Html Css Color HEX #96BCD7 Cornflower

📋 copy color: '#96BCD7'

red 150 ◦ green 188 ◦ blue 215

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

Shades of Cornflower #96BCD7

Tints of Cornflower #96BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 27.12%
G = 34%
B = 38.88%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96BCD7 (or 0x96BCD7) is known color: Cornflower. HEX triplet: 96, BC and D7. RGB value is (150,188,215). Sum of RGB (Red+Green+Blue) = 150+188+215=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD7 is #694328. Grayscale: #B3B3B3. Windows color (decimal): -6898473 or 14138518. OLE color: 14138518.

HSL color Cylindrical-coordinate representation of color #96BCD7: hue angle of 204.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BCD7 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 188 215 -
CMYK 0.30 0.13 0 0.16
HSL 204.92º 0.45% 0.72% -
HSV(B) 204.92º 0.3% 0.84% -
XYZ 42.83 47.36 71.17 -
YUV 179.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 150 188 215 0.30 0.13 0 0.16 204.92 0.45 0.72
Hex 96 BC D7 1E D 0 10 CD 2D 48
Octal 226 274 327 36 15 0 20 315 55 110
Binary 10010110 10111100 11010111 11110 1101 0 10000 11001101 101101 1001000

Color Harmonies of #96BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCD7

Black with #96BCD7

Text Example


Text Example

White with #96BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,215); }

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

background-color css

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

 a { background-color: rgb(150,188,215); }

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

border-color css

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

 span { border-color: rgb(150,188,215); }

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