Html Css Color HEX #96B7EC Perano

📋 copy color: '#96B7EC'

red 150 ◦ green 183 ◦ blue 236

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

Shades of Perano #96B7EC

Tints of Perano #96B7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 26.36%
G = 32.16%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96B7EC (or 0x96B7EC) is known color: Perano. HEX triplet: 96, B7 and EC. RGB value is (150,183,236). Sum of RGB (Red+Green+Blue) = 150+183+236=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #96B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7EC is #694813. Grayscale: #B2B2B2. Windows color (decimal): -6899732 or 15513494. OLE color: 15513494.

HSL color Cylindrical-coordinate representation of color #96B7EC: hue angle of 216.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B7EC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 183 236 -
CMYK 0.36 0.22 0 0.07
HSL 216.98º 0.69% 0.76% -
HSV(B) 216.98º 0.36% 0.93% -
XYZ 44.65 46.41 85.96 -
YUV 179.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 150 183 236 0.36 0.22 0 0.07 216.98 0.69 0.76
Hex 96 B7 EC 24 16 0 7 D9 45 4C
Octal 226 267 354 44 26 0 7 331 105 114
Binary 10010110 10110111 11101100 100100 10110 0 111 11011001 1000101 1001100

Color Harmonies of #96B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7EC

Black with #96B7EC

Text Example


Text Example

White with #96B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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