Html Css Color HEX #81D4EB Sky Blue

📋 copy color: '#81D4EB'

red 129 ◦ green 212 ◦ blue 235

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

Shades of Sky Blue #81D4EB

Tints of Sky Blue #81D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 22.4%
G = 36.81%
B = 40.8%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81D4EB (or 0x81D4EB) is known color: Sky Blue. HEX triplet: 81, D4 and EB. RGB value is (129,212,235). Sum of RGB (Red+Green+Blue) = 129+212+235=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #81D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D4EB is #7E2B14. Grayscale: #BDBDBD. Windows color (decimal): -8268565 or 15455361. OLE color: 15455361.

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

Color convert

RGB 129 212 235 -
CMYK 0.45 0.10 0 0.08
HSL 193.02º 0.73% 0.71% -
HSV(B) 193.02º 0.45% 0.92% -
XYZ 47.59 57.75 87.24 -
YUV 189.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 129 212 235 0.45 0.10 0 0.08 193.02 0.73 0.71
Hex 81 D4 EB 2D A 0 8 C1 49 47
Octal 201 324 353 55 12 0 10 301 111 107
Binary 10000001 11010100 11101011 101101 1010 0 1000 11000001 1001001 1000111

Color Harmonies of #81D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D4EB

Black with #81D4EB

Text Example


Text Example

White with #81D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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