Html Css Color HEX #96BCDF Cornflower

📋 copy color: '#96BCDF'

red 150 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #96BCDF

Tints of Cornflower #96BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 26.74%
G = 33.51%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96BCDF (or 0x96BCDF) is known color: Cornflower. HEX triplet: 96, BC and DF. RGB value is (150,188,223). Sum of RGB (Red+Green+Blue) = 150+188+223=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #96BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDF is #694320. Grayscale: #B4B4B4. Windows color (decimal): -6898465 or 14662806. OLE color: 14662806.

HSL color Cylindrical-coordinate representation of color #96BCDF: hue angle of 208.77º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BCDF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 188 223 -
CMYK 0.33 0.16 0 0.13
HSL 208.77º 0.53% 0.73% -
HSV(B) 208.77º 0.33% 0.87% -
XYZ 43.88 47.78 76.72 -
YUV 180.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 150 188 223 0.33 0.16 0 0.13 208.77 0.53 0.73
Hex 96 BC DF 21 10 0 D D1 35 49
Octal 226 274 337 41 20 0 15 321 65 111
Binary 10010110 10111100 11011111 100001 10000 0 1101 11010001 110101 1001001

Color Harmonies of #96BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCDF

Black with #96BCDF

Text Example


Text Example

White with #96BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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