Html Css Color HEX #96BDD9 Cornflower

📋 copy color: '#96BDD9'

red 150 ◦ green 189 ◦ blue 217

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

Shades of Cornflower #96BDD9

Tints of Cornflower #96BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 26.98%
G = 33.99%
B = 39.03%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96BDD9 (or 0x96BDD9) is known color: Cornflower. HEX triplet: 96, BD and D9. RGB value is (150,189,217). Sum of RGB (Red+Green+Blue) = 150+189+217=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #96BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDD9 is #694226. Grayscale: #B4B4B4. Windows color (decimal): -6898215 or 14269846. OLE color: 14269846.

HSL color Cylindrical-coordinate representation of color #96BDD9: hue angle of 205.07º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BDD9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 189 217 -
CMYK 0.31 0.13 0 0.15
HSL 205.07º 0.47% 0.72% -
HSV(B) 205.07º 0.31% 0.85% -
XYZ 43.3 47.89 72.61 -
YUV 180.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 150 189 217 0.31 0.13 0 0.15 205.07 0.47 0.72
Hex 96 BD D9 1F D 0 F CD 2F 48
Octal 226 275 331 37 15 0 17 315 57 110
Binary 10010110 10111101 11011001 11111 1101 0 1111 11001101 101111 1001000

Color Harmonies of #96BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDD9

Black with #96BDD9

Text Example


Text Example

White with #96BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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