#D6FEFF

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

Shades of Light Cyan #D6FEFF

Tints of Light Cyan #D6FEFF

Color information

#D6FEFF (or 0xD6FEFF) is unknown color: approx Light Cyan. HEX triplet: D6, FE and FF. RGB value is (214,254,255). Sum of RGB (Red+Green+Blue) = 214+254+255=723 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.60% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEFF is #290100. Grayscale: #F2F2F2. Windows color (decimal): -2687233 or 16776918. OLE color: 16776918.

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

Color convert

RGB214254255-
CMYK0.160.0000
HSL181.46º100%91.96%-
HSV(B)181.46º16.08%100%-
XYZ81.2292.4108.16-
YUV242.15135.25107.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 29.60%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 255 (100% from 255) = 35.27%
R=29.60%
G=35.13%
B=35.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142542550.160.0000181.4610091.96
HexD6FEFF10000b5645c
Octal32637637720000265144134
Binary110101101111111011111111100000001011010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEFF; }

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

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

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

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

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

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

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

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