#DCF5FC

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

Shades of Light Cyan #DCF5FC

Tints of Light Cyan #DCF5FC

Color information

#DCF5FC (or 0xDCF5FC) is unknown color: approx Light Cyan. HEX triplet: DC, F5 and FC. RGB value is (220,245,252). Sum of RGB (Red+Green+Blue) = 220+245+252=717 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.68% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FC is #230A03. Grayscale: #EEEEEE. Windows color (decimal): -2296324 or 16578012. OLE color: 16578012.

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

Color convert

RGB220245252-
CMYK0.130.0300.01
HSL193.12º84.21%92.55%-
HSV(B)193.12º12.7%98.82%-
XYZ79.7487.55104.79-
YUV238.32135.72114.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.68%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=30.68%
G=34.17%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202452520.130.0300.01193.1284.2192.55
HexDCF5FCD301c1545d
Octal33436537415301301124135
Binary110111001111010111111100110111011100000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5FC; }

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

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

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

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

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

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

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

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