#DCFAF8

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

Shades of Light Cyan #DCFAF8

Tints of Light Cyan #DCFAF8

Color information

#DCFAF8 (or 0xDCFAF8) is unknown color: approx Light Cyan. HEX triplet: DC, FA and F8. RGB value is (220,250,248). Sum of RGB (Red+Green+Blue) = 220+250+248=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF8 is #230507. Grayscale: #F0F0F0. Windows color (decimal): -2295048 or 16317148. OLE color: 16317148.

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

Color convert

RGB220250248-
CMYK0.1200.010.02
HSL176º75%92.16%-
HSV(B)176º12%98.04%-
XYZ80.6490.36102-
YUV240.8132.06113.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.64%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 248 (97.27% from 255) = 34.54%
R=30.64%
G=34.82%
B=34.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502480.1200.010.021767592.16
HexDCFAF8C012b04b5c
Octal33437237014012260113134
Binary110111001111101011111000110001101011000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAF8; }

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

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

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

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

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

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

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

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