#DCFAF9

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

Shades of Light Cyan #DCFAF9

Tints of Light Cyan #DCFAF9

Color information

#DCFAF9 (or 0xDCFAF9) is unknown color: approx Light Cyan. HEX triplet: DC, FA and F9. RGB value is (220,250,249). Sum of RGB (Red+Green+Blue) = 220+250+249=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF9 is #230506. Grayscale: #F0F0F0. Windows color (decimal): -2295047 or 16382684. OLE color: 16382684.

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

Color convert

RGB220250249-
CMYK0.1200.000.02
HSL178º75%92.16%-
HSV(B)178º12%98.04%-
XYZ80.890.43102.82-
YUV240.92132.56113.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=30.60%
G=34.77%
B=34.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502490.1200.000.021787592.16
HexDCFAF9C002b24b5c
Octal33437237114002262113134
Binary110111001111101011111001110000101011001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAF9; }

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

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

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

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

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

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

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

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