Html Css Color HEX #81DEF1 Sky Blue

📋 copy color: '#81DEF1'

red 129 ◦ green 222 ◦ blue 241

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

Shades of Sky Blue #81DEF1

Tints of Sky Blue #81DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

 BLUE value IS 241 (94.53% from 255) = 40.71%

R = 21.79%
G = 37.5%
B = 40.71%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81DEF1 (or 0x81DEF1) is known color: Sky Blue. HEX triplet: 81, DE and F1. RGB value is (129,222,241). Sum of RGB (Red+Green+Blue) = 129+222+241=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #81DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEF1 is #7E210E. Grayscale: #C4C4C4. Windows color (decimal): -8265999 or 15851137. OLE color: 15851137.

HSL color Cylindrical-coordinate representation of color #81DEF1: hue angle of 190.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81DEF1 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 222 241 -
CMYK 0.46 0.08 0 0.05
HSL 190.18º 0.8% 0.73% -
HSV(B) 190.18º 0.46% 0.95% -
XYZ 51.05 63.26 92.74 -
YUV 196.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 129 222 241 0.46 0.08 0 0.05 190.18 0.8 0.73
Hex 81 DE F1 2E 8 0 5 BE 50 49
Octal 201 336 361 56 10 0 5 276 120 111
Binary 10000001 11011110 11110001 101110 1000 0 101 10111110 1010000 1001001

Color Harmonies of #81DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DEF1

Black with #81DEF1

Text Example


Text Example

White with #81DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,222,241); }

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

background-color css

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

 a { background-color: rgb(129,222,241); }

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

border-color css

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

 span { border-color: rgb(129,222,241); }

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