#DCFDFB

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

Shades of Light Cyan #DCFDFB

Tints of Light Cyan #DCFDFB

Color information

#DCFDFB (or 0xDCFDFB) is unknown color: approx Light Cyan. HEX triplet: DC, FD and FB. RGB value is (220,253,251). Sum of RGB (Red+Green+Blue) = 220+253+251=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFB is #230204. Grayscale: #F2F2F2. Windows color (decimal): -2294277 or 16514524. OLE color: 16514524.

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

Color convert

RGB220253251-
CMYK0.1300.010.01
HSL176.36º89.19%92.75%-
HSV(B)176.36º13.04%99.22%-
XYZ82.0592.43104.78-
YUV242.9132.57111.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.39%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=30.39%
G=34.94%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532510.1300.010.01176.3689.1992.75
HexDCFDFBD011b0595d
Octal33437537315011260131135
Binary11011100111111011111101111010111011000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDFB; }

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

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

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

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

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

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

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

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