Html Css Color HEX #96C5DC Cornflower

📋 copy color: '#96C5DC'

red 150 ◦ green 197 ◦ blue 220

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

Shades of Cornflower #96C5DC

Tints of Cornflower #96C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 26.46%
G = 34.74%
B = 38.8%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96C5DC (or 0x96C5DC) is known color: Cornflower. HEX triplet: 96, C5 and DC. RGB value is (150,197,220). Sum of RGB (Red+Green+Blue) = 150+197+220=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #96C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5DC is #693A23. Grayscale: #B9B9B9. Windows color (decimal): -6896164 or 14468502. OLE color: 14468502.

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

Color convert

RGB 150 197 220 -
CMYK 0.32 0.10 0 0.14
HSL 199.71º 0.5% 0.73% -
HSV(B) 199.71º 0.32% 0.86% -
XYZ 45.46 51.58 75.27 -
YUV 185.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 150 197 220 0.32 0.10 0 0.14 199.71 0.5 0.73
Hex 96 C5 DC 20 A 0 E C8 32 49
Octal 226 305 334 40 12 0 16 310 62 111
Binary 10010110 11000101 11011100 100000 1010 0 1110 11001000 110010 1001001

Color Harmonies of #96C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C5DC

Black with #96C5DC

Text Example


Text Example

White with #96C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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