Html Css Color HEX #81DBEB Sky Blue

📋 copy color: '#81DBEB'

red 129 ◦ green 219 ◦ blue 235

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

Shades of Sky Blue #81DBEB

Tints of Sky Blue #81DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 22.13%
G = 37.56%
B = 40.31%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81DBEB (or 0x81DBEB) is known color: Sky Blue. HEX triplet: 81, DB and EB. RGB value is (129,219,235). Sum of RGB (Red+Green+Blue) = 129+219+235=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #81DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBEB is #7E2414. Grayscale: #C1C1C1. Windows color (decimal): -8266773 or 15457153. OLE color: 15457153.

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

Color convert

RGB 129 219 235 -
CMYK 0.45 0.07 0 0.08
HSL 189.06º 0.73% 0.71% -
HSV(B) 189.06º 0.45% 0.92% -
XYZ 49.38 61.33 87.83 -
YUV 193.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 129 219 235 0.45 0.07 0 0.08 189.06 0.73 0.71
Hex 81 DB EB 2D 7 0 8 BD 49 47
Octal 201 333 353 55 7 0 10 275 111 107
Binary 10000001 11011011 11101011 101101 111 0 1000 10111101 1001001 1000111

Color Harmonies of #81DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DBEB

Black with #81DBEB

Text Example


Text Example

White with #81DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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