#D9FBFD

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

Shades of Light Cyan #D9FBFD

Tints of Light Cyan #D9FBFD

Color information

#D9FBFD (or 0xD9FBFD) is unknown color: approx Light Cyan. HEX triplet: D9, FB and FD. RGB value is (217,251,253). Sum of RGB (Red+Green+Blue) = 217+251+253=721 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.10% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBFD is #260402. Grayscale: #F1F1F1. Windows color (decimal): -2491395 or 16645081. OLE color: 16645081.

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

Color convert

RGB217251253-
CMYK0.140.0100.01
HSL183.33º90%92.16%-
HSV(B)183.33º14.23%99.22%-
XYZ80.8490.84106.2-
YUV241.06134.74110.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.10%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=30.10%
G=34.81%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172512530.140.0100.01183.339092.16
HexD9FBFDE101b75a5c
Octal33137337516101267132134
Binary11011001111110111111110111101011011011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBFD; }

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

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

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

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

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

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

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

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