#D2F8FE

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

Shades of Light Cyan #D2F8FE

Tints of Light Cyan #D2F8FE

Color information

#D2F8FE (or 0xD2F8FE) is unknown color: approx Light Cyan. HEX triplet: D2, F8 and FE. RGB value is (210,248,254). Sum of RGB (Red+Green+Blue) = 210+248+254=712 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.49% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F8FE is #2D0701. Grayscale: #EDEDED. Windows color (decimal): -2950914 or 16709842. OLE color: 16709842.

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

Color convert

RGB210248254-
CMYK0.170.0200.00
HSL188.18º95.65%90.98%-
HSV(B)188.18º17.32%99.61%-
XYZ78.0487.99106.64-
YUV237.32137.41108.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.49%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=29.49%
G=34.83%
B=35.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102482540.170.0200.00188.1895.6590.98
HexD2F8FE11200bc605b
Octal32237037621200274140133
Binary1101001011111000111111101000110001011110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8FE; }

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

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

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

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

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

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

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

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