Html Css Color HEX #96C6DE Cornflower

📋 copy color: '#96C6DE'

red 150 ◦ green 198 ◦ blue 222

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

Shades of Cornflower #96C6DE

Tints of Cornflower #96C6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.74%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 26.32%
G = 34.74%
B = 38.95%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96C6DE (or 0x96C6DE) is known color: Cornflower. HEX triplet: 96, C6 and DE. RGB value is (150,198,222). Sum of RGB (Red+Green+Blue) = 150+198+222=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #96C6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6DE is #693921. Grayscale: #BABABA. Windows color (decimal): -6895906 or 14599830. OLE color: 14599830.

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

Color convert

RGB 150 198 222 -
CMYK 0.32 0.11 0 0.13
HSL 200º 0.52% 0.73% -
HSV(B) 200º 0.32% 0.87% -
XYZ 45.96 52.15 76.75 -
YUV 186.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 150 198 222 0.32 0.11 0 0.13 200 0.52 0.73
Hex 96 C6 DE 20 B 0 D C8 34 49
Octal 226 306 336 40 13 0 15 310 64 111
Binary 10010110 11000110 11011110 100000 1011 0 1101 11001000 110100 1001001

Color Harmonies of #96C6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6DE

Black with #96C6DE

Text Example


Text Example

White with #96C6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,222); }

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

background-color css

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

 a { background-color: rgb(150,198,222); }

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

border-color css

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

 span { border-color: rgb(150,198,222); }

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