#DCFFFA

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

Shades of Light Cyan #DCFFFA

Tints of Light Cyan #DCFFFA

Color information

#DCFFFA (or 0xDCFFFA) is unknown color: approx Light Cyan. HEX triplet: DC, FF and FA. RGB value is (220,255,250). Sum of RGB (Red+Green+Blue) = 220+255+250=725 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.34% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFFA is #230005. Grayscale: #F3F3F3. Windows color (decimal): -2293766 or 16449500. OLE color: 16449500.

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

Color convert

RGB220255250-
CMYK0.1400.020
HSL171.43º100%93.14%-
HSV(B)171.43º13.73%100%-
XYZ82.5393.64104.17-
YUV243.96131.4110.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.34%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=30.34%
G=35.17%
B=34.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552500.1400.020171.4310093.14
HexDCFFFAE020ab645d
Octal33437737216020253144135
Binary110111001111111111111010111001001010101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFFA; }

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

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

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

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

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

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

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

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