#DCFEFB

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

Shades of Light Cyan #DCFEFB

Tints of Light Cyan #DCFEFB

Color information

#DCFEFB (or 0xDCFEFB) is unknown color: approx Light Cyan. HEX triplet: DC, FE and FB. RGB value is (220,254,251). Sum of RGB (Red+Green+Blue) = 220+254+251=725 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.34% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEFB is #230104. Grayscale: #F3F3F3. Windows color (decimal): -2294021 or 16514780. OLE color: 16514780.

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

Color convert

RGB220254251-
CMYK0.1300.010.00
HSL174.71º94.44%92.94%-
HSV(B)174.71º13.39%99.61%-
XYZ82.3793.06104.89-
YUV243.49132.24111.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.34%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=30.34%
G=35.03%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542510.1300.010.00174.7194.4492.94
HexDCFEFBD010af5e5d
Octal33437637315010257136135
Binary11011100111111101111101111010101010111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEFB; }

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

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

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

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

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

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

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

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