#D6FAFC

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

Shades of Light Cyan #D6FAFC

Tints of Light Cyan #D6FAFC

Color information

#D6FAFC (or 0xD6FAFC) is unknown color: approx Light Cyan. HEX triplet: D6, FA and FC. RGB value is (214,250,252). Sum of RGB (Red+Green+Blue) = 214+250+252=716 (94% of max value = 765). Red value is 214 (83.98% from 255 or 29.89% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAFC is #290503. Grayscale: #EFEFEF. Windows color (decimal): -2688260 or 16579286. OLE color: 16579286.

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

Color convert

RGB214250252-
CMYK0.150.0100.01
HSL183.16º86.36%91.37%-
HSV(B)183.16º15.08%98.82%-
XYZ79.4989.7105.22-
YUV239.46135.07109.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.89%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=29.89%
G=34.92%
B=35.20%

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
Decimal2142502520.150.0100.01183.1686.3691.37
HexD6FAFCF101b7565b
Octal32637237417101267126133
Binary11010110111110101111110011111011011011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAFC; }

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

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

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

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

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

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

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

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