Html Css Color HEX #81DCEB Sky Blue

📋 copy color: '#81DCEB'

red 129 ◦ green 220 ◦ blue 235

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

Shades of Sky Blue #81DCEB

Tints of Sky Blue #81DCEB

RGB

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

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

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

R = 22.09%
G = 37.67%
B = 40.24%

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

#81DCEB (or 0x81DCEB) is known color: Sky Blue. HEX triplet: 81, DC and EB. RGB value is (129,220,235). Sum of RGB (Red+Green+Blue) = 129+220+235=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #81DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCEB is #7E2314. Grayscale: #C2C2C2. Windows color (decimal): -8266517 or 15457409. OLE color: 15457409.

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

Color convert

RGB 129 220 235 -
CMYK 0.45 0.06 0 0.08
HSL 188.49º 0.73% 0.71% -
HSV(B) 188.49º 0.45% 0.92% -
XYZ 49.64 61.85 87.92 -
YUV 194.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 129 220 235 0.45 0.06 0 0.08 188.49 0.73 0.71
Hex 81 DC EB 2D 6 0 8 BC 49 47
Octal 201 334 353 55 6 0 10 274 111 107
Binary 10000001 11011100 11101011 101101 110 0 1000 10111100 1001001 1000111

Color Harmonies of #81DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DCEB

Black with #81DCEB

Text Example


Text Example

White with #81DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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