Html Css Color HEX #81BFEA Sky Blue

📋 copy color: '#81BFEA'

red 129 ◦ green 191 ◦ blue 234

#81BFEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #81BFEA

Tints of Sky Blue #81BFEA

RGB

 RED value IS 129 (50.78% from 255) = 23.29%

 GREEN value IS 191 (75% from 255) = 34.48%

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 23.29%
G = 34.48%
B = 42.24%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81BFEA (or 0x81BFEA) is known color: Sky Blue. HEX triplet: 81, BF and EA. RGB value is (129,191,234). Sum of RGB (Red+Green+Blue) = 129+191+234=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #81BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFEA is #7E4015. Grayscale: #B1B1B1. Windows color (decimal): -8273942 or 15384449. OLE color: 15384449.

HSL color Cylindrical-coordinate representation of color #81BFEA: hue angle of 204.57º degrees, saturation: 0.71, 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 #81BFEA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 191 234 -
CMYK 0.45 0.18 0 0.08
HSL 204.57º 0.71% 0.71% -
HSV(B) 204.57º 0.45% 0.92% -
XYZ 42.54 47.87 84.84 -
YUV 177.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 129 191 234 0.45 0.18 0 0.08 204.57 0.71 0.71
Hex 81 BF EA 2D 12 0 8 CD 47 47
Octal 201 277 352 55 22 0 10 315 107 107
Binary 10000001 10111111 11101010 101101 10010 0 1000 11001101 1000111 1000111

Color Harmonies of #81BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFEA

Black with #81BFEA

Text Example


Text Example

White with #81BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BFEA;
 }
 .AnyTagClassName
 {
   color: #81BFEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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