#D8FAFD

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

Shades of Light Cyan #D8FAFD

Tints of Light Cyan #D8FAFD

Color information

#D8FAFD (or 0xD8FAFD) is unknown color: approx Light Cyan. HEX triplet: D8, FA and FD. RGB value is (216,250,253). Sum of RGB (Red+Green+Blue) = 216+250+253=719 (95% of max value = 765). Red value is 216 (84.77% from 255 or 30.04% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAFD is #270502. Grayscale: #F0F0F0. Windows color (decimal): -2557187 or 16644824. OLE color: 16644824.

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

Color convert

RGB216250253-
CMYK0.150.0100.01
HSL184.86º90.24%91.96%-
HSV(B)184.86º14.62%99.22%-
XYZ80.2390.06106.08-
YUV240.18135.24110.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.04%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=30.04%
G=34.77%
B=35.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162502530.150.0100.01184.8690.2491.96
HexD8FAFDF101b95a5c
Octal33037237517101271132134
Binary11011000111110101111110111111011011100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAFD; }

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

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

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

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

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

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

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

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