#D8FCFA

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

Shades of Light Cyan #D8FCFA

Tints of Light Cyan #D8FCFA

Color information

#D8FCFA (or 0xD8FCFA) is unknown color: approx Light Cyan. HEX triplet: D8, FC and FA. RGB value is (216,252,250). Sum of RGB (Red+Green+Blue) = 216+252+250=718 (95% of max value = 765). Red value is 216 (84.77% from 255 or 30.08% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FCFA is #270305. Grayscale: #F0F0F0. Windows color (decimal): -2556678 or 16448728. OLE color: 16448728.

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

Color convert

RGB216252250-
CMYK0.1400.010.01
HSL176.67º85.71%91.76%-
HSV(B)176.67º14.29%98.82%-
XYZ80.3891.12103.79-
YUV241.01133.07110.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.08%
GREEN value IS 252 (98.83% from 255) = 35.10%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=30.08%
G=35.10%
B=34.82%

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
Decimal2162522500.1400.010.01176.6785.7191.76
HexD8FCFAE011b1565c
Octal33037437216011261126134
Binary11011000111111001111101011100111011000110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FCFA; }

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

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

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

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

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

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

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

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