#9DC1DC

Color #9DC1DC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #9DC1DC

Tints of Cornflower #9DC1DC

Color information

#9DC1DC (or 0x9DC1DC) is unknown color: approx Cornflower. HEX triplet: 9D, C1 and DC. RGB value is (157,193,220). Sum of RGB (Red+Green+Blue) = 157+193+220=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1DC is #623E23. Grayscale: #B9B9B9. Windows color (decimal): -6438436 or 14467485. OLE color: 14467485.

HSL color Cylindrical-coordinate representation of color #9DC1DC: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC1DC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157193220-
CMYK0.290.1200.14
HSL205.71º47.37%73.92%-
HSV(B)205.71º28.64%86.27%-
XYZ45.8950.4875.03-
YUV185.31147.57107.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=27.54%
G=33.86%
B=38.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571932200.290.1200.14205.7147.3773.92
Hex9DC1DC1DC0Ece2f4a
Octal235301334351401631657112
Binary10011101110000011101110011101110001110110011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DC1DC;
 }
 .AnyTagClassName
 {
   color: #9DC1DC;
 }
</style>
background-color css

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

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

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

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

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

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