#DCFAFA

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

Shades of Light Cyan #DCFAFA

Tints of Light Cyan #DCFAFA

Color information

#DCFAFA (or 0xDCFAFA) is unknown color: approx Light Cyan. HEX triplet: DC, FA and FA. RGB value is (220,250,250). Sum of RGB (Red+Green+Blue) = 220+250+250=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DCFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAFA is #230505. Grayscale: #F1F1F1. Windows color (decimal): -2295046 or 16448220. OLE color: 16448220.

HSL color Cylindrical-coordinate representation of color #DCFAFA: hue angle of 180º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAFA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220250250-
CMYK0.12000.02
HSL180º75%92.16%-
HSV(B)180º12%98.04%-
XYZ80.9690.49103.64-
YUV241.03133.06113-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.56%
G=34.72%
B=34.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502500.12000.021807592.16
HexDCFAFAC002b44b5c
Octal33437237214002264113134
Binary110111001111101011111010110000101011010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAFA; }

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

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

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

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

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

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

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

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