#D6FEFC

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

Shades of Light Cyan #D6FEFC

Tints of Light Cyan #D6FEFC

Color information

#D6FEFC (or 0xD6FEFC) is unknown color: approx Light Cyan. HEX triplet: D6, FE and FC. RGB value is (214,254,252). Sum of RGB (Red+Green+Blue) = 214+254+252=720 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.72% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEFC is #290103. Grayscale: #F1F1F1. Windows color (decimal): -2687236 or 16580310. OLE color: 16580310.

HSL color Cylindrical-coordinate representation of color #D6FEFC: hue angle of 177º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEFC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB214254252-
CMYK0.1600.010.00
HSL177º95.24%91.76%-
HSV(B)177º15.75%99.61%-
XYZ80.7492.21105.64-
YUV241.81133.75108.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.72%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 252 (98.83% from 255) = 35%
R=29.72%
G=35.28%
B=35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542520.1600.010.0017795.2491.76
HexD6FEFC10010b15f5c
Octal32637637420010261137134
Binary110101101111111011111100100000101011000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEFC; }

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

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

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

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

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

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

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

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