Html Css Color HEX #96BCDC Cornflower

📋 copy color: '#96BCDC'

red 150 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #96BCDC

Tints of Cornflower #96BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 26.88%
G = 33.69%
B = 39.43%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96BCDC (or 0x96BCDC) is known color: Cornflower. HEX triplet: 96, BC and DC. RGB value is (150,188,220). Sum of RGB (Red+Green+Blue) = 150+188+220=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDC is #694323. Grayscale: #B4B4B4. Windows color (decimal): -6898468 or 14466198. OLE color: 14466198.

HSL color Cylindrical-coordinate representation of color #96BCDC: hue angle of 207.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BCDC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 188 220 -
CMYK 0.32 0.15 0 0.14
HSL 207.43º 0.5% 0.73% -
HSV(B) 207.43º 0.32% 0.86% -
XYZ 43.48 47.62 74.61 -
YUV 180.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 150 188 220 0.32 0.15 0 0.14 207.43 0.5 0.73
Hex 96 BC DC 20 F 0 E CF 32 49
Octal 226 274 334 40 17 0 16 317 62 111
Binary 10010110 10111100 11011100 100000 1111 0 1110 11001111 110010 1001001

Color Harmonies of #96BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCDC

Black with #96BCDC

Text Example


Text Example

White with #96BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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