Html Css Color HEX #9DC2DE Cornflower

📋 copy color: '#9DC2DE'

red 157 ◦ green 194 ◦ blue 222

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

Shades of Cornflower #9DC2DE

Tints of Cornflower #9DC2DE

RGB

 RED value IS 157 (61.72% from 255) = 27.4%

 GREEN value IS 194 (76.17% from 255) = 33.86%

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

R = 27.4%
G = 33.86%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DC2DE (or 0x9DC2DE) is known color: Cornflower. HEX triplet: 9D, C2 and DE. RGB value is (157,194,222). Sum of RGB (Red+Green+Blue) = 157+194+222=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2DE is #623D21. Grayscale: #B9B9B9. Windows color (decimal): -6438178 or 14598813. OLE color: 14598813.

HSL color Cylindrical-coordinate representation of color #9DC2DE: hue angle of 205.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC2DE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 194 222 -
CMYK 0.29 0.13 0 0.13
HSL 205.85º 0.5% 0.74% -
HSV(B) 205.85º 0.29% 0.87% -
XYZ 46.38 51.03 76.51 -
YUV 186.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 157 194 222 0.29 0.13 0 0.13 205.85 0.5 0.74
Hex 9D C2 DE 1D D 0 D CE 32 4A
Octal 235 302 336 35 15 0 15 316 62 112
Binary 10011101 11000010 11011110 11101 1101 0 1101 11001110 110010 1001010

Color Harmonies of #9DC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC2DE

Black with #9DC2DE

Text Example


Text Example

White with #9DC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC2DE; }

 p { color: rgb(157,194,222); }

 H1.HeaderClassName
 {
   color: #9DC2DE;
 }
 .AnyTagClassName
 {
   color: #9DC2DE;
 }
</style>

background-color css

<style>
 a { background-color: #9DC2DE; }

 a { background-color: rgb(157,194,222); }

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

border-color css

<style>
 span { border-color: #9DC2DE; }

 span { border-color: rgb(157,194,222); }

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