#D5FAFC

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

Shades of Light Cyan #D5FAFC

Tints of Light Cyan #D5FAFC

Color information

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

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

Color convert

RGB213250252-
CMYK0.150.0100.01
HSL183.08º86.67%91.18%-
HSV(B)183.08º15.48%98.82%-
XYZ79.289.55105.21-
YUV239.17135.24109.34-

RGB Variations

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

RGB

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

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
Decimal2132502520.150.0100.01183.0886.6791.18
HexD5FAFCF101b7575b
Octal32537237417101267127133
Binary11010101111110101111110011111011011011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAFC; }

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

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

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

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

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

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

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

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