Html Css Color HEX #81DDF7 Sky Blue

📋 copy color: '#81DDF7'

red 129 ◦ green 221 ◦ blue 247

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

Shades of Sky Blue #81DDF7

Tints of Sky Blue #81DDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.02%

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 21.61%
G = 37.02%
B = 41.37%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81DDF7 (or 0x81DDF7) is known color: Sky Blue. HEX triplet: 81, DD and F7. RGB value is (129,221,247). Sum of RGB (Red+Green+Blue) = 129+221+247=597 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.61% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #81DDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDF7 is #7E2208. Grayscale: #C4C4C4. Windows color (decimal): -8266249 or 16244097. OLE color: 16244097.

HSL color Cylindrical-coordinate representation of color #81DDF7: hue angle of 193.22º degrees, saturation: 0.88, 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 #81DDF7 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 221 247 -
CMYK 0.48 0.11 0 0.03
HSL 193.22º 0.88% 0.74% -
HSV(B) 193.22º 0.48% 0.97% -
XYZ 51.7 63.1 97.45 -
YUV 196.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 129 221 247 0.48 0.11 0 0.03 193.22 0.88 0.74
Hex 81 DD F7 30 B 0 3 C1 58 4A
Octal 201 335 367 60 13 0 3 301 130 112
Binary 10000001 11011101 11110111 110000 1011 0 11 11000001 1011000 1001010

Color Harmonies of #81DDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DDF7

Black with #81DDF7

Text Example


Text Example

White with #81DDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,221,247); }

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

background-color css

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

 a { background-color: rgb(129,221,247); }

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

border-color css

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

 span { border-color: rgb(129,221,247); }

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