#DCFEFF

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

Shades of Light Cyan #DCFEFF

Tints of Light Cyan #DCFEFF

Color information

#DCFEFF (or 0xDCFEFF) is unknown color: approx Light Cyan. HEX triplet: DC, FE and FF. RGB value is (220,254,255). Sum of RGB (Red+Green+Blue) = 220+254+255=729 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.18% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEFF is #230100. Grayscale: #F3F3F3. Windows color (decimal): -2294017 or 16776924. OLE color: 16776924.

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

Color convert

RGB220254255-
CMYK0.140.0000
HSL181.71º100%93.14%-
HSV(B)181.71º13.73%100%-
XYZ83.0193.32108.25-
YUV243.95134.24110.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.18%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 255 (100% from 255) = 34.98%
R=30.18%
G=34.84%
B=34.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202542550.140.0000181.7110093.14
HexDCFEFFE000b6645d
Octal33437637716000266144135
Binary11011100111111101111111111100001011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEFF; }

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

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

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

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

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

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

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

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