#DCF6FD

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

Shades of Light Cyan #DCF6FD

Tints of Light Cyan #DCF6FD

Color information

#DCF6FD (or 0xDCF6FD) is unknown color: approx Light Cyan. HEX triplet: DC, F6 and FD. RGB value is (220,246,253). Sum of RGB (Red+Green+Blue) = 220+246+253=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6FD is #230902. Grayscale: #EEEEEE. Windows color (decimal): -2296067 or 16643804. OLE color: 16643804.

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

Color convert

RGB220246253-
CMYK0.130.0300.01
HSL192.73º89.19%92.75%-
HSV(B)192.73º13.04%99.22%-
XYZ80.288.22105.73-
YUV239.02135.89114.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=30.60%
G=34.21%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202462530.130.0300.01192.7389.1992.75
HexDCF6FDD301c1595d
Octal33436637515301301131135
Binary110111001111011011111101110111011100000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6FD; }

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

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

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

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

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

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

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

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