#D5FAFA

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

Shades of Light Cyan #D5FAFA

Tints of Light Cyan #D5FAFA

Color information

#D5FAFA (or 0xD5FAFA) is unknown color: approx Light Cyan. HEX triplet: D5, FA and FA. RGB value is (213,250,250). Sum of RGB (Red+Green+Blue) = 213+250+250=713 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.87% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #D5FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAFA is #2A0505. Grayscale: #EEEEEE. Windows color (decimal): -2753798 or 16448213. OLE color: 16448213.

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

Color convert

RGB213250250-
CMYK0.15000.02
HSL180º78.72%90.78%-
HSV(B)180º14.8%98.04%-
XYZ78.8889.42103.54-
YUV238.94134.24109.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.87%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=29.87%
G=35.06%
B=35.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502500.15000.0218078.7290.78
HexD5FAFAF002b44f5b
Octal32537237217002264117133
Binary110101011111101011111010111100101011010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAFA; }

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

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

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

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

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

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

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

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