#D9FEFF

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

Shades of Light Cyan #D9FEFF

Tints of Light Cyan #D9FEFF

Color information

#D9FEFF (or 0xD9FEFF) is unknown color: approx Light Cyan. HEX triplet: D9, FE and FF. RGB value is (217,254,255). Sum of RGB (Red+Green+Blue) = 217+254+255=726 (96% of max value = 765). Red value is 217 (85.16% from 255 or 29.89% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEFF is #260100. Grayscale: #F3F3F3. Windows color (decimal): -2490625 or 16776921. OLE color: 16776921.

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

Color convert

RGB217254255-
CMYK0.150.0000
HSL181.58º100%92.55%-
HSV(B)181.58º14.9%100%-
XYZ82.1192.86108.2-
YUV243.05134.74109.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 29.89%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 35.12%
R=29.89%
G=34.99%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172542550.150.0000181.5810092.55
HexD9FEFFF000b6645d
Octal33137637717000266144135
Binary11011001111111101111111111110001011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEFF; }

 p { color: rgb(217,254,255); }

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

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

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

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

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

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

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