#D9FDFA

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

Shades of Light Cyan #D9FDFA

Tints of Light Cyan #D9FDFA

Color information

#D9FDFA (or 0xD9FDFA) is unknown color: approx Light Cyan. HEX triplet: D9, FD and FA. RGB value is (217,253,250). Sum of RGB (Red+Green+Blue) = 217+253+250=720 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.14% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDFA is #260205. Grayscale: #F1F1F1. Windows color (decimal): -2490886 or 16448985. OLE color: 16448985.

HSL color Cylindrical-coordinate representation of color #D9FDFA: hue angle of 175º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDFA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB217253250-
CMYK0.1400.010.01
HSL175º90%92.16%-
HSV(B)175º14.23%99.22%-
XYZ8191.9103.91-
YUV241.89132.57110.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.14%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.14%
G=35.14%
B=34.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532500.1400.010.011759092.16
HexD9FDFAE011af5a5c
Octal33137537216011257132134
Binary11011001111111011111101011100111010111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDFA; }

 p { color: rgb(217,253,250); }

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

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

 a { background-color: rgb(217,253,250); }

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

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

 span { border-color: rgb(217,253,250); }

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