Html Css Color HEX #81D1EB Sky Blue

📋 copy color: '#81D1EB'

red 129 ◦ green 209 ◦ blue 235

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

Shades of Sky Blue #81D1EB

Tints of Sky Blue #81D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.47%

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

R = 22.51%
G = 36.47%
B = 41.01%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81D1EB (or 0x81D1EB) is known color: Sky Blue. HEX triplet: 81, D1 and EB. RGB value is (129,209,235). Sum of RGB (Red+Green+Blue) = 129+209+235=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #81D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D1EB is #7E2E14. Grayscale: #BBBBBB. Windows color (decimal): -8269333 or 15454593. OLE color: 15454593.

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

Color convert

RGB 129 209 235 -
CMYK 0.45 0.11 0 0.08
HSL 194.72º 0.73% 0.71% -
HSV(B) 194.72º 0.45% 0.92% -
XYZ 46.85 56.27 86.99 -
YUV 188.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 129 209 235 0.45 0.11 0 0.08 194.72 0.73 0.71
Hex 81 D1 EB 2D B 0 8 C3 49 47
Octal 201 321 353 55 13 0 10 303 111 107
Binary 10000001 11010001 11101011 101101 1011 0 1000 11000011 1001001 1000111

Color Harmonies of #81D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D1EB

Black with #81D1EB

Text Example


Text Example

White with #81D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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