Html Css Color HEX #81DCEA Sky Blue

📋 copy color: '#81DCEA'

red 129 ◦ green 220 ◦ blue 234

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

Shades of Sky Blue #81DCEA

Tints of Sky Blue #81DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 22.13%
G = 37.74%
B = 40.14%

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

#81DCEA (or 0x81DCEA) is known color: Sky Blue. HEX triplet: 81, DC and EA. RGB value is (129,220,234). Sum of RGB (Red+Green+Blue) = 129+220+234=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #81DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEA is #7E2315. Grayscale: #C2C2C2. Windows color (decimal): -8266518 or 15391873. OLE color: 15391873.

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

Color convert

RGB 129 220 234 -
CMYK 0.45 0.06 0 0.08
HSL 188º 0.71% 0.71% -
HSV(B) 188º 0.45% 0.92% -
XYZ 49.5 61.79 87.16 -
YUV 194.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 129 220 234 0.45 0.06 0 0.08 188 0.71 0.71
Hex 81 DC EA 2D 6 0 8 BC 47 47
Octal 201 334 352 55 6 0 10 274 107 107
Binary 10000001 11011100 11101010 101101 110 0 1000 10111100 1000111 1000111

Color Harmonies of #81DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DCEA

Black with #81DCEA

Text Example


Text Example

White with #81DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,220,234); }

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

background-color css

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

 a { background-color: rgb(129,220,234); }

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

border-color css

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

 span { border-color: rgb(129,220,234); }

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