#DCFCFA

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

Shades of Light Cyan #DCFCFA

Tints of Light Cyan #DCFCFA

Color information

#DCFCFA (or 0xDCFCFA) is unknown color: approx Light Cyan. HEX triplet: DC, FC and FA. RGB value is (220,252,250). Sum of RGB (Red+Green+Blue) = 220+252+250=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCFA is #230305. Grayscale: #F2F2F2. Windows color (decimal): -2294534 or 16448732. OLE color: 16448732.

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

Color convert

RGB220252250-
CMYK0.1300.010.01
HSL176.25º84.21%92.55%-
HSV(B)176.25º12.7%98.82%-
XYZ81.5891.74103.85-
YUV242.2132.4112.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 252 (98.83% from 255) = 34.90%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=30.47%
G=34.90%
B=34.63%

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
Decimal2202522500.1300.010.01176.2584.2192.55
HexDCFCFAD011b0545d
Octal33437437215011260124135
Binary11011100111111001111101011010111011000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCFA; }

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

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

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

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

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

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

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

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