#D0FEFB

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

Shades of Light Cyan #D0FEFB

Tints of Light Cyan #D0FEFB

Color information

#D0FEFB (or 0xD0FEFB) is unknown color: approx Light Cyan. HEX triplet: D0, FE and FB. RGB value is (208,254,251). Sum of RGB (Red+Green+Blue) = 208+254+251=713 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.17% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEFB is #2F0104. Grayscale: #EFEFEF. Windows color (decimal): -3080453 or 16514768. OLE color: 16514768.

HSL color Cylindrical-coordinate representation of color #D0FEFB: hue angle of 176.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEFB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB208254251-
CMYK0.1800.010.00
HSL176.09º95.83%90.59%-
HSV(B)176.09º18.11%99.61%-
XYZ78.8791.26104.72-
YUV239.9134.26105.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.17%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=29.17%
G=35.62%
B=35.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542510.1800.010.00176.0995.8390.59
HexD0FEFB12010b0605b
Octal32037637322010260140133
Binary110100001111111011111011100100101011000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEFB; }

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

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

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

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

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

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

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

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