#DCF7FE

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

Shades of Light Cyan #DCF7FE

Tints of Light Cyan #DCF7FE

Color information

#DCF7FE (or 0xDCF7FE) is unknown color: approx Light Cyan. HEX triplet: DC, F7 and FE. RGB value is (220,247,254). Sum of RGB (Red+Green+Blue) = 220+247+254=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7FE is #230801. Grayscale: #EFEFEF. Windows color (decimal): -2295810 or 16709596. OLE color: 16709596.

HSL color Cylindrical-coordinate representation of color #DCF7FE: hue angle of 192.35º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF7FE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220247254-
CMYK0.130.0300.00
HSL192.35º94.44%92.94%-
HSV(B)192.35º13.39%99.61%-
XYZ80.6788.89106.67-
YUV239.72136.05113.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 247 (96.88% from 255) = 34.26%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=30.51%
G=34.26%
B=35.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202472540.130.0300.00192.3594.4492.94
HexDCF7FED300c05e5d
Octal33436737615300300136135
Binary110111001111011111111110110111001100000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7FE; }

 p { color: rgb(220,247,254); }

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

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

 a { background-color: rgb(220,247,254); }

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

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

 span { border-color: rgb(220,247,254); }

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