#D2FDFE

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

Shades of Light Cyan #D2FDFE

Tints of Light Cyan #D2FDFE

Color information

#D2FDFE (or 0xD2FDFE) is unknown color: approx Light Cyan. HEX triplet: D2, FD and FE. RGB value is (210,253,254). Sum of RGB (Red+Green+Blue) = 210+253+254=717 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.29% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDFE is #2D0201. Grayscale: #F0F0F0. Windows color (decimal): -2949634 or 16711122. OLE color: 16711122.

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

Color convert

RGB210253254-
CMYK0.170.0000.00
HSL181.36º95.65%90.98%-
HSV(B)181.36º17.32%99.61%-
XYZ79.5991.11107.16-
YUV240.26135.75106.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.29%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=29.29%
G=35.29%
B=35.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102532540.170.0000.00181.3695.6590.98
HexD2FDFE11000b5605b
Octal32237537621000265140133
Binary110100101111110111111110100010001011010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDFE; }

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

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

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

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

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

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

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

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