#D5FCFA

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

Shades of Light Cyan #D5FCFA

Tints of Light Cyan #D5FCFA

Color information

#D5FCFA (or 0xD5FCFA) is unknown color: approx Light Cyan. HEX triplet: D5, FC and FA. RGB value is (213,252,250). Sum of RGB (Red+Green+Blue) = 213+252+250=715 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.79% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCFA is #2A0305. Grayscale: #F0F0F0. Windows color (decimal): -2753286 or 16448725. OLE color: 16448725.

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

Color convert

RGB213252250-
CMYK0.1500.010.01
HSL176.92º86.67%91.18%-
HSV(B)176.92º15.48%98.82%-
XYZ79.5190.67103.75-
YUV240.11133.58108.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.79%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=29.79%
G=35.24%
B=34.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522500.1500.010.01176.9286.6791.18
HexD5FCFAF011b1575b
Octal32537437217011261127133
Binary11010101111111001111101011110111011000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCFA; }

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

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

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

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

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

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

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

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