Html Css Color HEX #81C2EB Sky Blue

📋 copy color: '#81C2EB'

red 129 ◦ green 194 ◦ blue 235

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

Shades of Sky Blue #81C2EB

Tints of Sky Blue #81C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.77%

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

R = 23.12%
G = 34.77%
B = 42.11%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81C2EB (or 0x81C2EB) is known color: Sky Blue. HEX triplet: 81, C2 and EB. RGB value is (129,194,235). Sum of RGB (Red+Green+Blue) = 129+194+235=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #81C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2EB is #7E3D14. Grayscale: #B3B3B3. Windows color (decimal): -8273173 or 15450753. OLE color: 15450753.

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

Color convert

RGB 129 194 235 -
CMYK 0.45 0.17 0 0.08
HSL 203.21º 0.73% 0.71% -
HSV(B) 203.21º 0.45% 0.92% -
XYZ 43.34 49.25 85.82 -
YUV 179.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 129 194 235 0.45 0.17 0 0.08 203.21 0.73 0.71
Hex 81 C2 EB 2D 11 0 8 CB 49 47
Octal 201 302 353 55 21 0 10 313 111 107
Binary 10000001 11000010 11101011 101101 10001 0 1000 11001011 1001001 1000111

Color Harmonies of #81C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C2EB

Black with #81C2EB

Text Example


Text Example

White with #81C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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