#D5FEF6

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

Shades of Light Cyan #D5FEF6

Tints of Light Cyan #D5FEF6

Color information

#D5FEF6 (or 0xD5FEF6) is unknown color: approx Light Cyan. HEX triplet: D5, FE and F6. RGB value is (213,254,246). Sum of RGB (Red+Green+Blue) = 213+254+246=713 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.87% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEF6 is #2A0109. Grayscale: #F0F0F0. Windows color (decimal): -2752778 or 16187093. OLE color: 16187093.

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

Color convert

RGB213254246-
CMYK0.1600.030.00
HSL168.29º95.35%91.57%-
HSV(B)168.29º16.14%99.61%-
XYZ79.5291.68100.69-
YUV240.83130.92108.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.87%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 246 (96.48% from 255) = 34.50%
R=29.87%
G=35.62%
B=34.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542460.1600.030.00168.2995.3591.57
HexD5FEF610030a85f5c
Octal32537636620030250137134
Binary1101010111111110111101101000001101010100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEF6; }

 p { color: rgb(213,254,246); }

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

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

 a { background-color: rgb(213,254,246); }

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

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

 span { border-color: rgb(213,254,246); }

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