#D2FEFE

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

Shades of Light Cyan #D2FEFE

Tints of Light Cyan #D2FEFE

Color information

#D2FEFE (or 0xD2FEFE) is unknown color: approx Light Cyan. HEX triplet: D2, FE and FE. RGB value is (210,254,254). Sum of RGB (Red+Green+Blue) = 210+254+254=718 (95% of max value = 765). Red value is 210 (82.42% from 255 or 29.25% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #D2FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEFE is #2D0101. Grayscale: #F0F0F0. Windows color (decimal): -2949378 or 16711378. OLE color: 16711378.

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

Color convert

RGB210254254-
CMYK0.17000.00
HSL180º95.65%90.98%-
HSV(B)180º17.32%99.61%-
XYZ79.9191.74107.26-
YUV240.84135.42106-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.25%
GREEN value IS 254 (99.61% from 255) = 35.38%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=29.25%
G=35.38%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542540.17000.0018095.6590.98
HexD2FEFE11000b4605b
Octal32237637621000264140133
Binary110100101111111011111110100010001011010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEFE; }

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

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

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

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

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

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

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

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