Html Css Color HEX #81E0F8 Sky Blue

📋 copy color: '#81E0F8'

red 129 ◦ green 224 ◦ blue 248

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

Shades of Sky Blue #81E0F8

Tints of Sky Blue #81E0F8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 21.46%
G = 37.27%
B = 41.26%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81E0F8 (or 0x81E0F8) is known color: Sky Blue. HEX triplet: 81, E0 and F8. RGB value is (129,224,248). Sum of RGB (Red+Green+Blue) = 129+224+248=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #81E0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0F8 is #7E1F07. Grayscale: #C6C6C6. Windows color (decimal): -8265480 or 16310401. OLE color: 16310401.

HSL color Cylindrical-coordinate representation of color #81E0F8: hue angle of 192.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E0F8 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 224 248 -
CMYK 0.48 0.10 0 0.03
HSL 192.1º 0.89% 0.74% -
HSV(B) 192.1º 0.48% 0.97% -
XYZ 52.65 64.76 98.53 -
YUV 198.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 129 224 248 0.48 0.10 0 0.03 192.1 0.89 0.74
Hex 81 E0 F8 30 A 0 3 C0 59 4A
Octal 201 340 370 60 12 0 3 300 131 112
Binary 10000001 11100000 11111000 110000 1010 0 11 11000000 1011001 1001010

Color Harmonies of #81E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E0F8

Black with #81E0F8

Text Example


Text Example

White with #81E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,224,248); }

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

background-color css

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

 a { background-color: rgb(129,224,248); }

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

border-color css

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

 span { border-color: rgb(129,224,248); }

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