#D5FEFA

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

Shades of Light Cyan #D5FEFA

Tints of Light Cyan #D5FEFA

Color information

#D5FEFA (or 0xD5FEFA) is unknown color: approx Light Cyan. HEX triplet: D5, FE and FA. RGB value is (213,254,250). Sum of RGB (Red+Green+Blue) = 213+254+250=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEFA is #2A0105. Grayscale: #F1F1F1. Windows color (decimal): -2752774 or 16449237. OLE color: 16449237.

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

Color convert

RGB213254250-
CMYK0.1600.020.00
HSL174.15º95.35%91.57%-
HSV(B)174.15º16.14%99.61%-
XYZ80.1491.93103.96-
YUV241.28132.92107.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.71%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=29.71%
G=35.43%
B=34.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542500.1600.020.00174.1595.3591.57
HexD5FEFA10020ae5f5c
Octal32537637220020256137134
Binary1101010111111110111110101000001001010111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEFA; }

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

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

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

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

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

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

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

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