Html Css Color HEX #96B7E6 Perano

📋 copy color: '#96B7E6'

red 150 ◦ green 183 ◦ blue 230

#96B7E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #96B7E6

Tints of Perano #96B7E6

RGB

 RED value IS 150 (58.98% from 255) = 26.64%

 GREEN value IS 183 (71.88% from 255) = 32.5%

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 26.64%
G = 32.5%
B = 40.85%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96B7E6 (or 0x96B7E6) is known color: Perano. HEX triplet: 96, B7 and E6. RGB value is (150,183,230). Sum of RGB (Red+Green+Blue) = 150+183+230=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #96B7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7E6 is #694819. Grayscale: #B2B2B2. Windows color (decimal): -6899738 or 15120278. OLE color: 15120278.

HSL color Cylindrical-coordinate representation of color #96B7E6: hue angle of 215.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B7E6 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 183 230 -
CMYK 0.35 0.20 0 0.10
HSL 215.25º 0.62% 0.75% -
HSV(B) 215.25º 0.35% 0.9% -
XYZ 43.79 46.06 81.45 -
YUV 178.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 150 183 230 0.35 0.20 0 0.10 215.25 0.62 0.75
Hex 96 B7 E6 23 14 0 A D7 3E 4B
Octal 226 267 346 43 24 0 12 327 76 113
Binary 10010110 10110111 11100110 100011 10100 0 1010 11010111 111110 1001011

Color Harmonies of #96B7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7E6

Black with #96B7E6

Text Example


Text Example

White with #96B7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B7E6; }

 p { color: rgb(150,183,230); }

 H1.HeaderClassName
 {
   color: #96B7E6;
 }
 .AnyTagClassName
 {
   color: #96B7E6;
 }
</style>

background-color css

<style>
 a { background-color: #96B7E6; }

 a { background-color: rgb(150,183,230); }

 div.DivClassName
 {
   background-color: #96B7E6;
 }
 .BgClassName
 {
   background-color: #96B7E6;
 }
</style>

border-color css

<style>
 span { border-color: #96B7E6; }

 span { border-color: rgb(150,183,230); }

 td.TdClassName
 {
   border-color: #96B7E6;
 }
 .TagClassName
 {
   border-color: #96B7E6;
 }
</style>