#D6FEFB

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

Shades of Light Cyan #D6FEFB

Tints of Light Cyan #D6FEFB

Color information

#D6FEFB (or 0xD6FEFB) is unknown color: approx Light Cyan. HEX triplet: D6, FE and FB. RGB value is (214,254,251). Sum of RGB (Red+Green+Blue) = 214+254+251=719 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.76% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEFB is #290104. Grayscale: #F1F1F1. Windows color (decimal): -2687237 or 16514774. OLE color: 16514774.

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

Color convert

RGB214254251-
CMYK0.1600.010.00
HSL175.5º95.24%91.76%-
HSV(B)175.5º15.75%99.61%-
XYZ80.5992.14104.81-
YUV241.7133.25108.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.76%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=29.76%
G=35.33%
B=34.91%

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
Decimal2142542510.1600.010.00175.595.2491.76
HexD6FEFB10010b05f5c
Octal32637637320010260137134
Binary110101101111111011111011100000101011000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEFB; }

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

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

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

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

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

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

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

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