#D5FAF8

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

Shades of Light Cyan #D5FAF8

Tints of Light Cyan #D5FAF8

Color information

#D5FAF8 (or 0xD5FAF8) is unknown color: approx Light Cyan. HEX triplet: D5, FA and F8. RGB value is (213,250,248). Sum of RGB (Red+Green+Blue) = 213+250+248=711 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.96% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAF8 is #2A0507. Grayscale: #EEEEEE. Windows color (decimal): -2753800 or 16317141. OLE color: 16317141.

HSL color Cylindrical-coordinate representation of color #D5FAF8: hue angle of 176.76º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FAF8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB213250248-
CMYK0.1500.010.02
HSL176.76º78.72%90.78%-
HSV(B)176.76º14.8%98.04%-
XYZ78.5789.29101.9-
YUV238.71133.24109.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.96%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 248 (97.27% from 255) = 34.88%
R=29.96%
G=35.16%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502480.1500.010.02176.7678.7290.78
HexD5FAF8F012b14f5b
Octal32537237017012261117133
Binary110101011111101011111000111101101011000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAF8; }

 p { color: rgb(213,250,248); }

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

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

 a { background-color: rgb(213,250,248); }

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

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

 span { border-color: rgb(213,250,248); }

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