#D7FDFA

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

Shades of Light Cyan #D7FDFA

Tints of Light Cyan #D7FDFA

Color information

#D7FDFA (or 0xD7FDFA) is unknown color: approx Light Cyan. HEX triplet: D7, FD and FA. RGB value is (215,253,250). Sum of RGB (Red+Green+Blue) = 215+253+250=718 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.94% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FDFA is #280205. Grayscale: #F1F1F1. Windows color (decimal): -2621958 or 16448983. OLE color: 16448983.

HSL color Cylindrical-coordinate representation of color #D7FDFA: hue angle of 175.26º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDFA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB215253250-
CMYK0.1500.010.01
HSL175.26º90.48%91.76%-
HSV(B)175.26º15.02%99.22%-
XYZ80.491.6103.89-
YUV241.3132.91109.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.94%
GREEN value IS 253 (99.22% from 255) = 35.24%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=29.94%
G=35.24%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532500.1500.010.01175.2690.4891.76
HexD7FDFAF011af5a5c
Octal32737537217011257132134
Binary11010111111111011111101011110111010111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDFA; }

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

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

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

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

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

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

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

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