#D9FDFD

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

Shades of Light Cyan #D9FDFD

Tints of Light Cyan #D9FDFD

Color information

#D9FDFD (or 0xD9FDFD) is unknown color: approx Light Cyan. HEX triplet: D9, FD and FD. RGB value is (217,253,253). Sum of RGB (Red+Green+Blue) = 217+253+253=723 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.01% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #D9FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDFD is #260202. Grayscale: #F2F2F2. Windows color (decimal): -2490883 or 16645593. OLE color: 16645593.

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

Color convert

RGB217253253-
CMYK0.14000.01
HSL180º90%92.16%-
HSV(B)180º14.23%99.22%-
XYZ81.4792.09106.41-
YUV242.24134.07110-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.01%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=30.01%
G=34.99%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532530.14000.011809092.16
HexD9FDFDE001b45a5c
Octal33137537516001264132134
Binary11011001111111011111110111100011011010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDFD; }

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

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

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

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

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

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

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

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