Html Css Color HEX #9DC7DF Cornflower

📋 copy color: '#9DC7DF'

red 157 ◦ green 199 ◦ blue 223

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

Shades of Cornflower #9DC7DF

Tints of Cornflower #9DC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.37%

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

R = 27.12%
G = 34.37%
B = 38.51%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DC7DF (or 0x9DC7DF) is known color: Cornflower. HEX triplet: 9D, C7 and DF. RGB value is (157,199,223). Sum of RGB (Red+Green+Blue) = 157+199+223=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC7DF is #623820. Grayscale: #BDBDBD. Windows color (decimal): -6436897 or 14665629. OLE color: 14665629.

HSL color Cylindrical-coordinate representation of color #9DC7DF: hue angle of 201.82º 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 #9DC7DF is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 199 223 -
CMYK 0.30 0.11 0 0.13
HSL 201.82º 0.51% 0.75% -
HSV(B) 201.82º 0.3% 0.87% -
XYZ 47.65 53.34 77.6 -
YUV 189.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 157 199 223 0.30 0.11 0 0.13 201.82 0.51 0.75
Hex 9D C7 DF 1E B 0 D CA 33 4B
Octal 235 307 337 36 13 0 15 312 63 113
Binary 10011101 11000111 11011111 11110 1011 0 1101 11001010 110011 1001011

Color Harmonies of #9DC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC7DF

Black with #9DC7DF

Text Example


Text Example

White with #9DC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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