#81BFED

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

Shades of Sky Blue #81BFED

Tints of Sky Blue #81BFED

Color information

#81BFED (or 0x81BFED) is unknown color: approx Sky Blue. HEX triplet: 81, BF and ED. RGB value is (129,191,237). Sum of RGB (Red+Green+Blue) = 129+191+237=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #81BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFED is #7E4012. Grayscale: #B1B1B1. Windows color (decimal): -8273939 or 15581057. OLE color: 15581057.

HSL color Cylindrical-coordinate representation of color #81BFED: hue angle of 205.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BFED is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129191237-
CMYK0.460.1900.07
HSL205.56º75%71.76%-
HSV(B)205.56º45.57%92.94%-
XYZ42.9748.0487.13-
YUV177.71161.4693.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.16%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=23.16%
G=34.29%
B=42.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291912370.460.1900.07205.567571.76
Hex81BFED2E1307ce4b48
Octal201277355562307316113110
Binary1000000110111111111011011011101001101111100111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,237); }

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

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

 a { background-color: rgb(129,191,237); }

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

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

 span { border-color: rgb(129,191,237); }

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