#DCFCFB

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

Shades of Light Cyan #DCFCFB

Tints of Light Cyan #DCFCFB

Color information

#DCFCFB (or 0xDCFCFB) is unknown color: approx Light Cyan. HEX triplet: DC, FC and FB. RGB value is (220,252,251). Sum of RGB (Red+Green+Blue) = 220+252+251=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCFB is #230304. Grayscale: #F2F2F2. Windows color (decimal): -2294533 or 16514268. OLE color: 16514268.

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

Color convert

RGB220252251-
CMYK0.1300.000.01
HSL178.12º84.21%92.55%-
HSV(B)178.12º12.7%98.82%-
XYZ81.7491.8104.68-
YUV242.32132.9112.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.43%
GREEN value IS 252 (98.83% from 255) = 34.85%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=30.43%
G=34.85%
B=34.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522510.1300.000.01178.1284.2192.55
HexDCFCFBD001b2545d
Octal33437437315001262124135
Binary11011100111111001111101111010011011001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCFB; }

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

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

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

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

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

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

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

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