Html Css Color HEX #9DC1DD Cornflower

📋 copy color: '#9DC1DD'

red 157 ◦ green 193 ◦ blue 221

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

Shades of Cornflower #9DC1DD

Tints of Cornflower #9DC1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.8%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 27.5%
G = 33.8%
B = 38.7%

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

#9DC1DD (or 0x9DC1DD) is known color: Cornflower. HEX triplet: 9D, C1 and DD. RGB value is (157,193,221). Sum of RGB (Red+Green+Blue) = 157+193+221=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1DD is #623E22. Grayscale: #B9B9B9. Windows color (decimal): -6438435 or 14533021. OLE color: 14533021.

HSL color Cylindrical-coordinate representation of color #9DC1DD: hue angle of 206.25º degrees, saturation: 0.48, 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 #9DC1DD is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 193 221 -
CMYK 0.29 0.13 0 0.13
HSL 206.25º 0.48% 0.74% -
HSV(B) 206.25º 0.29% 0.87% -
XYZ 46.03 50.53 75.73 -
YUV 185.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 157 193 221 0.29 0.13 0 0.13 206.25 0.48 0.74
Hex 9D C1 DD 1D D 0 D CE 30 4A
Octal 235 301 335 35 15 0 15 316 60 112
Binary 10011101 11000001 11011101 11101 1101 0 1101 11001110 110000 1001010

Color Harmonies of #9DC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC1DD

Black with #9DC1DD

Text Example


Text Example

White with #9DC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,193,221); }

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

background-color css

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

 a { background-color: rgb(157,193,221); }

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

border-color css

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

 span { border-color: rgb(157,193,221); }

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