#DCF8FA

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

Shades of Light Cyan #DCF8FA

Tints of Light Cyan #DCF8FA

Color information

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

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

Color convert

RGB220248250-
CMYK0.120.0100.02
HSL184º75%92.16%-
HSV(B)184º12%98.04%-
XYZ80.3489.25103.44-
YUV239.86133.72113.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202482500.120.0100.021847592.16
HexDCF8FAC102b84b5c
Octal33437037214102270113134
Binary110111001111100011111010110010101011100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8FA; }

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

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

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

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

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

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

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

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