Html Css Color HEX #81BFEB Sky Blue

📋 copy color: '#81BFEB'

red 129 ◦ green 191 ◦ blue 235

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

Shades of Sky Blue #81BFEB

Tints of Sky Blue #81BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 23.24%
G = 34.41%
B = 42.34%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81BFEB (or 0x81BFEB) is known color: Sky Blue. HEX triplet: 81, BF and EB. RGB value is (129,191,235). Sum of RGB (Red+Green+Blue) = 129+191+235=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #81BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFEB is #7E4014. Grayscale: #B1B1B1. Windows color (decimal): -8273941 or 15449985. OLE color: 15449985.

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

Color convert

RGB 129 191 235 -
CMYK 0.45 0.19 0 0.08
HSL 204.91º 0.73% 0.71% -
HSV(B) 204.91º 0.45% 0.92% -
XYZ 42.68 47.93 85.6 -
YUV 177.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 129 191 235 0.45 0.19 0 0.08 204.91 0.73 0.71
Hex 81 BF EB 2D 13 0 8 CD 49 47
Octal 201 277 353 55 23 0 10 315 111 107
Binary 10000001 10111111 11101011 101101 10011 0 1000 11001101 1001001 1000111

Color Harmonies of #81BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFEB

Black with #81BFEB

Text Example


Text Example

White with #81BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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