#DCF8FE

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

Shades of Light Cyan #DCF8FE

Tints of Light Cyan #DCF8FE

Color information

#DCF8FE (or 0xDCF8FE) is unknown color: approx Light Cyan. HEX triplet: DC, F8 and FE. RGB value is (220,248,254). Sum of RGB (Red+Green+Blue) = 220+248+254=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8FE is #230701. Grayscale: #F0F0F0. Windows color (decimal): -2295554 or 16709852. OLE color: 16709852.

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

Color convert

RGB220248254-
CMYK0.130.0200.00
HSL190.59º94.44%92.94%-
HSV(B)190.59º13.39%99.61%-
XYZ80.9789.51106.77-
YUV240.31135.72113.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 248 (97.27% from 255) = 34.35%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=30.47%
G=34.35%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202482540.130.0200.00190.5994.4492.94
HexDCF8FED200bf5e5d
Octal33437037615200277136135
Binary110111001111100011111110110110001011111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8FE; }

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

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

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

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

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

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

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

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