#D7FEFA

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

Shades of Light Cyan #D7FEFA

Tints of Light Cyan #D7FEFA

Color information

#D7FEFA (or 0xD7FEFA) is unknown color: approx Light Cyan. HEX triplet: D7, FE and FA. RGB value is (215,254,250). Sum of RGB (Red+Green+Blue) = 215+254+250=719 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.90% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEFA is #280105. Grayscale: #F1F1F1. Windows color (decimal): -2621702 or 16449239. OLE color: 16449239.

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

Color convert

RGB215254250-
CMYK0.1500.020.00
HSL173.85º95.12%91.96%-
HSV(B)173.85º15.35%99.61%-
XYZ80.7292.23103.99-
YUV241.88132.58108.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.90%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=29.90%
G=35.33%
B=34.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152542500.1500.020.00173.8595.1291.96
HexD7FEFAF020ae5f5c
Octal32737637217020256137134
Binary110101111111111011111010111101001010111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEFA; }

 p { color: rgb(215,254,250); }

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

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

 a { background-color: rgb(215,254,250); }

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

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

 span { border-color: rgb(215,254,250); }

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