#DCF5FA

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

Shades of Light Cyan #DCF5FA

Tints of Light Cyan #DCF5FA

Color information

#DCF5FA (or 0xDCF5FA) is unknown color: approx Light Cyan. HEX triplet: DC, F5 and FA. RGB value is (220,245,250). Sum of RGB (Red+Green+Blue) = 220+245+250=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FA is #230A05. Grayscale: #EEEEEE. Windows color (decimal): -2296326 or 16446940. OLE color: 16446940.

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

Color convert

RGB220245250-
CMYK0.120.0200.02
HSL190º75%92.16%-
HSV(B)190º12%98.04%-
XYZ79.4287.42103.13-
YUV238.1134.72115.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.77%
GREEN value IS 245 (96.09% from 255) = 34.27%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=30.77%
G=34.27%
B=34.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202452500.120.0200.021907592.16
HexDCF5FAC202be4b5c
Octal33436537214202276113134
Binary1101110011110101111110101100100101011111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5FA; }

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

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

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

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

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

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

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

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