#DCF6FC

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

Shades of Light Cyan #DCF6FC

Tints of Light Cyan #DCF6FC

Color information

#DCF6FC (or 0xDCF6FC) is unknown color: approx Light Cyan. HEX triplet: DC, F6 and FC. RGB value is (220,246,252). Sum of RGB (Red+Green+Blue) = 220+246+252=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6FC is #230903. Grayscale: #EEEEEE. Windows color (decimal): -2296068 or 16578268. OLE color: 16578268.

HSL color Cylindrical-coordinate representation of color #DCF6FC: hue angle of 191.25º 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 #DCF6FC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220246252-
CMYK0.130.0200.01
HSL191.25º84.21%92.55%-
HSV(B)191.25º12.7%98.82%-
XYZ80.0488.16104.89-
YUV238.91135.39114.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.64%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=30.64%
G=34.26%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202462520.130.0200.01191.2584.2192.55
HexDCF6FCD201bf545d
Octal33436637415201277124135
Binary110111001111011011111100110110011011111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6FC; }

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

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

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

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

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

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

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

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