#81D7EB

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

Shades of Sky Blue #81D7EB

Tints of Sky Blue #81D7EB

Color information

#81D7EB (or 0x81D7EB) is unknown color: approx Sky Blue. HEX triplet: 81, D7 and EB. RGB value is (129,215,235). Sum of RGB (Red+Green+Blue) = 129+215+235=579 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.28% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #81D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D7EB is #7E2814. Grayscale: #BFBFBF. Windows color (decimal): -8267797 or 15456129. OLE color: 15456129.

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

Color convert

RGB129215235-
CMYK0.450.0900.08
HSL191.32º72.6%71.37%-
HSV(B)191.32º45.11%92.16%-
XYZ48.3559.2787.49-
YUV191.57152.5183.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.28%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=22.28%
G=37.13%
B=40.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292152350.450.0900.08191.3272.671.37
Hex81D7EB2D908bf4947
Octal2013273535511010277111107
Binary1000000111010111111010111011011001010001011111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D7EB; }

 p { color: rgb(129,215,235); }

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

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

 a { background-color: rgb(129,215,235); }

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

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

 span { border-color: rgb(129,215,235); }

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