Html Css Color HEX #9DC5DF Cornflower

📋 copy color: '#9DC5DF'

red 157 ◦ green 197 ◦ blue 223

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

Shades of Cornflower #9DC5DF

Tints of Cornflower #9DC5DF

RGB

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

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

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

R = 27.21%
G = 34.14%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DC5DF (or 0x9DC5DF) is known color: Cornflower. HEX triplet: 9D, C5 and DF. RGB value is (157,197,223). Sum of RGB (Red+Green+Blue) = 157+197+223=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5DF is #623A20. Grayscale: #BBBBBB. Windows color (decimal): -6437409 or 14665117. OLE color: 14665117.

HSL color Cylindrical-coordinate representation of color #9DC5DF: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC5DF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 197 223 -
CMYK 0.30 0.12 0 0.13
HSL 203.64º 0.51% 0.75% -
HSV(B) 203.64º 0.3% 0.87% -
XYZ 47.19 52.43 77.44 -
YUV 188 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 157 197 223 0.30 0.12 0 0.13 203.64 0.51 0.75
Hex 9D C5 DF 1E C 0 D CC 33 4B
Octal 235 305 337 36 14 0 15 314 63 113
Binary 10011101 11000101 11011111 11110 1100 0 1101 11001100 110011 1001011

Color Harmonies of #9DC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5DF

Black with #9DC5DF

Text Example


Text Example

White with #9DC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,223); }

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

background-color css

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

 a { background-color: rgb(157,197,223); }

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

border-color css

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

 span { border-color: rgb(157,197,223); }

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