Html Css Color HEX #81DDEB Sky Blue

📋 copy color: '#81DDEB'

red 129 ◦ green 221 ◦ blue 235

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

Shades of Sky Blue #81DDEB

Tints of Sky Blue #81DDEB

RGB

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

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

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

R = 22.05%
G = 37.78%
B = 40.17%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81DDEB (or 0x81DDEB) is known color: Sky Blue. HEX triplet: 81, DD and EB. RGB value is (129,221,235). Sum of RGB (Red+Green+Blue) = 129+221+235=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #81DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDEB is #7E2214. Grayscale: #C2C2C2. Windows color (decimal): -8266261 or 15457665. OLE color: 15457665.

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

Color convert

RGB 129 221 235 -
CMYK 0.45 0.06 0 0.08
HSL 187.92º 0.73% 0.71% -
HSV(B) 187.92º 0.45% 0.92% -
XYZ 49.91 62.38 88.01 -
YUV 195.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 129 221 235 0.45 0.06 0 0.08 187.92 0.73 0.71
Hex 81 DD EB 2D 6 0 8 BC 49 47
Octal 201 335 353 55 6 0 10 274 111 107
Binary 10000001 11011101 11101011 101101 110 0 1000 10111100 1001001 1000111

Color Harmonies of #81DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DDEB

Black with #81DDEB

Text Example


Text Example

White with #81DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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