#D2FEFB

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

Shades of Light Cyan #D2FEFB

Tints of Light Cyan #D2FEFB

Color information

#D2FEFB (or 0xD2FEFB) is unknown color: approx Light Cyan. HEX triplet: D2, FE and FB. RGB value is (210,254,251). Sum of RGB (Red+Green+Blue) = 210+254+251=715 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.37% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEFB is #2D0104. Grayscale: #F0F0F0. Windows color (decimal): -2949381 or 16514770. OLE color: 16514770.

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

Color convert

RGB210254251-
CMYK0.1700.010.00
HSL175.91º95.65%90.98%-
HSV(B)175.91º17.32%99.61%-
XYZ79.4391.55104.75-
YUV240.5133.92106.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.37%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=29.37%
G=35.52%
B=35.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542510.1700.010.00175.9195.6590.98
HexD2FEFB11010b0605b
Octal32237637321010260140133
Binary110100101111111011111011100010101011000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEFB; }

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

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

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

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

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

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

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

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