#DCFAFC

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

Shades of Light Cyan #DCFAFC

Tints of Light Cyan #DCFAFC

Color information

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

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

Color convert

RGB220250252-
CMYK0.130.0100.01
HSL183.75º84.21%92.55%-
HSV(B)183.75º12.7%98.82%-
XYZ81.2790.62105.3-
YUV241.26134.06112.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202502520.130.0100.01183.7584.2192.55
HexDCFAFCD101b8545d
Octal33437237415101270124135
Binary11011100111110101111110011011011011100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAFC; }

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

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

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

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

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

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

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

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