#7fd3e9

Color #7FD3E9 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7FD3E9

Tints of Sky Blue #7FD3E9

Color information

#7FD3E9 (or 0x7FD3E9) is unknown color: approx Sky Blue. HEX triplet: 7F, D3 and E9. RGB value is (127,211,233). Sum of RGB (Red+Green+Blue) = 127+211+233=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #7FD3E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD3E9 is #802C16. Grayscale: #BCBCBC. Windows color (decimal): -8399895 or 15324031. OLE color: 15324031.

HSL color Cylindrical-coordinate representation of color #7FD3E9: hue angle of 192.45º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FD3E9 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127211233-
CMYK0.450.0900.09
HSL192.45º70.67%70.59%-
HSV(B)192.45º45.49%91.37%-
XYZ46.7556.9885.63-
YUV188.39153.1784.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.24%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=22.24%
G=36.95%
B=40.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272112330.450.0900.09192.4570.6770.59
Hex7FD3E92D909c04747
Octal1773233515511011300107107
Binary111111111010011111010011011011001010011100000010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd3e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7fd3e9; }

 p { color: rgb(127,211,233); }

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

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

 a { background-color: rgb(127,211,233); }

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

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

 span { border-color: rgb(127,211,233); }

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