#DCF9FC

Color #DCF9FC Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DCF9FC

Tints of Light Cyan #DCF9FC

Color information

#DCF9FC (or 0xDCF9FC) is unknown color: approx Light Cyan. HEX triplet: DC, F9 and FC. RGB value is (220,249,252). Sum of RGB (Red+Green+Blue) = 220+249+252=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9FC is #230603. Grayscale: #F0F0F0. Windows color (decimal): -2295300 or 16579036. OLE color: 16579036.

HSL color Cylindrical-coordinate representation of color #DCF9FC: hue angle of 185.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF9FC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220249252-
CMYK0.130.0100.01
HSL185.62º84.21%92.55%-
HSV(B)185.62º12.7%98.82%-
XYZ80.9690105.2-
YUV240.67134.39113.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=30.51%
G=34.54%
B=34.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202492520.130.0100.01185.6284.2192.55
HexDCF9FCD101ba545d
Octal33437137415101272124135
Binary11011100111110011111110011011011011101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9FC; }

 p { color: rgb(220,249,252); }

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

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

 a { background-color: rgb(220,249,252); }

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

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

 span { border-color: rgb(220,249,252); }

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