Html Css Color HEX #96CADF Cornflower

📋 copy color: '#96CADF'

red 150 ◦ green 202 ◦ blue 223

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

Shades of Cornflower #96CADF

Tints of Cornflower #96CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

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

R = 26.09%
G = 35.13%
B = 38.78%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96CADF (or 0x96CADF) is known color: Cornflower. HEX triplet: 96, CA and DF. RGB value is (150,202,223). Sum of RGB (Red+Green+Blue) = 150+202+223=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #96CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CADF is #693520. Grayscale: #BCBCBC. Windows color (decimal): -6894881 or 14666390. OLE color: 14666390.

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

Color convert

RGB 150 202 223 -
CMYK 0.33 0.09 0 0.13
HSL 197.26º 0.53% 0.73% -
HSV(B) 197.26º 0.33% 0.87% -
XYZ 47.02 54.05 77.77 -
YUV 188.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 150 202 223 0.33 0.09 0 0.13 197.26 0.53 0.73
Hex 96 CA DF 21 9 0 D C5 35 49
Octal 226 312 337 41 11 0 15 305 65 111
Binary 10010110 11001010 11011111 100001 1001 0 1101 11000101 110101 1001001

Color Harmonies of #96CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CADF

Black with #96CADF

Text Example


Text Example

White with #96CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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