#81BFE0

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

Shades of Sky Blue #81BFE0

Tints of Sky Blue #81BFE0

Color information

#81BFE0 (or 0x81BFE0) is unknown color: approx Sky Blue. HEX triplet: 81, BF and E0. RGB value is (129,191,224). Sum of RGB (Red+Green+Blue) = 129+191+224=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #81BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFE0 is #7E401F. Grayscale: #B0B0B0. Windows color (decimal): -8273952 or 14729089. OLE color: 14729089.

HSL color Cylindrical-coordinate representation of color #81BFE0: hue angle of 200.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BFE0 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129191224-
CMYK0.420.1500.12
HSL200.84º60.51%69.22%-
HSV(B)200.84º42.41%87.84%-
XYZ41.1447.3177.48-
YUV176.22154.9694.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.71%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=23.71%
G=35.11%
B=41.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291912240.420.1500.12200.8460.5169.22
Hex81BFE02AF0Cc93d45
Octal201277340521701431175105
Binary100000011011111111100000101010111101100110010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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