Html Css Color HEX #96BDEF Cornflower

📋 copy color: '#96BDEF'

red 150 ◦ green 189 ◦ blue 239

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

Shades of Cornflower #96BDEF

Tints of Cornflower #96BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 25.95%
G = 32.7%
B = 41.35%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96BDEF (or 0x96BDEF) is known color: Cornflower. HEX triplet: 96, BD and EF. RGB value is (150,189,239). Sum of RGB (Red+Green+Blue) = 150+189+239=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #96BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDEF is #694210. Grayscale: #B6B6B6. Windows color (decimal): -6898193 or 15711638. OLE color: 15711638.

HSL color Cylindrical-coordinate representation of color #96BDEF: hue angle of 213.71º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BDEF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 189 239 -
CMYK 0.37 0.21 0 0.06
HSL 213.71º 0.74% 0.76% -
HSV(B) 213.71º 0.37% 0.94% -
XYZ 46.36 49.11 88.7 -
YUV 183.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 150 189 239 0.37 0.21 0 0.06 213.71 0.74 0.76
Hex 96 BD EF 25 15 0 6 D6 4A 4C
Octal 226 275 357 45 25 0 6 326 112 114
Binary 10010110 10111101 11101111 100101 10101 0 110 11010110 1001010 1001100

Color Harmonies of #96BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDEF

Black with #96BDEF

Text Example


Text Example

White with #96BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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