Html Css Color HEX #96BDD7 Cornflower

📋 copy color: '#96BDD7'

red 150 ◦ green 189 ◦ blue 215

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

Shades of Cornflower #96BDD7

Tints of Cornflower #96BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

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

R = 27.08%
G = 34.12%
B = 38.81%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96BDD7 (or 0x96BDD7) is known color: Cornflower. HEX triplet: 96, BD and D7. RGB value is (150,189,215). Sum of RGB (Red+Green+Blue) = 150+189+215=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDD7 is #694228. Grayscale: #B4B4B4. Windows color (decimal): -6898217 or 14138774. OLE color: 14138774.

HSL color Cylindrical-coordinate representation of color #96BDD7: hue angle of 204º 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 #96BDD7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 189 215 -
CMYK 0.30 0.12 0 0.16
HSL 204º 0.45% 0.72% -
HSV(B) 204º 0.3% 0.84% -
XYZ 43.04 47.79 71.25 -
YUV 180.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 150 189 215 0.30 0.12 0 0.16 204 0.45 0.72
Hex 96 BD D7 1E C 0 10 CC 2D 48
Octal 226 275 327 36 14 0 20 314 55 110
Binary 10010110 10111101 11010111 11110 1100 0 10000 11001100 101101 1001000

Color Harmonies of #96BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDD7

Black with #96BDD7

Text Example


Text Example

White with #96BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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