#D6FCFE

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

Shades of Light Cyan #D6FCFE

Tints of Light Cyan #D6FCFE

Color information

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

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

Color convert

RGB214252254-
CMYK0.160.0100.00
HSL183º95.24%91.76%-
HSV(B)183º15.75%99.61%-
XYZ80.4391.07107.11-
YUV240.87135.41108.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142522540.160.0100.0018395.2491.76
HexD6FCFE10100b75f5c
Octal32637437620100267137134
Binary110101101111110011111110100001001011011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCFE; }

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

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

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

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

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

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

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

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