#DCF5FE

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

Shades of Light Cyan #DCF5FE

Tints of Light Cyan #DCF5FE

Color information

#DCF5FE (or 0xDCF5FE) is unknown color: approx Light Cyan. HEX triplet: DC, F5 and FE. RGB value is (220,245,254). Sum of RGB (Red+Green+Blue) = 220+245+254=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FE is #230A01. Grayscale: #EEEEEE. Windows color (decimal): -2296322 or 16709084. OLE color: 16709084.

HSL color Cylindrical-coordinate representation of color #DCF5FE: hue angle of 195.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF5FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220245254-
CMYK0.130.0400.00
HSL195.88º94.44%92.94%-
HSV(B)195.88º13.39%99.61%-
XYZ80.0687.68106.47-
YUV238.55136.72114.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=30.60%
G=34.08%
B=35.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202452540.130.0400.00195.8894.4492.94
HexDCF5FED400c45e5d
Octal33436537615400304136135
Binary1101110011110101111111101101100001100010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5FE; }

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

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

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

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

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

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

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

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