Html Css Color HEX #96BFDC Cornflower

📋 copy color: '#96BFDC'

red 150 ◦ green 191 ◦ blue 220

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

Shades of Cornflower #96BFDC

Tints of Cornflower #96BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.05%

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

R = 26.74%
G = 34.05%
B = 39.22%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96BFDC (or 0x96BFDC) is known color: Cornflower. HEX triplet: 96, BF and DC. RGB value is (150,191,220). Sum of RGB (Red+Green+Blue) = 150+191+220=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFDC is #694023. Grayscale: #B5B5B5. Windows color (decimal): -6897700 or 14466966. OLE color: 14466966.

HSL color Cylindrical-coordinate representation of color #96BFDC: hue angle of 204.86º 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 #96BFDC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 191 220 -
CMYK 0.32 0.13 0 0.14
HSL 204.86º 0.5% 0.73% -
HSV(B) 204.86º 0.32% 0.86% -
XYZ 44.13 48.91 74.83 -
YUV 182.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 150 191 220 0.32 0.13 0 0.14 204.86 0.5 0.73
Hex 96 BF DC 20 D 0 E CD 32 49
Octal 226 277 334 40 15 0 16 315 62 111
Binary 10010110 10111111 11011100 100000 1101 0 1110 11001101 110010 1001001

Color Harmonies of #96BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFDC

Black with #96BFDC

Text Example


Text Example

White with #96BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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