Html Css Color HEX #81C0EF Maya Blue

📋 copy color: '#81C0EF'

red 129 ◦ green 192 ◦ blue 239

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

Shades of Maya Blue #81C0EF

Tints of Maya Blue #81C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 23.04%
G = 34.29%
B = 42.68%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81C0EF (or 0x81C0EF) is known color: Maya Blue. HEX triplet: 81, C0 and EF. RGB value is (129,192,239). Sum of RGB (Red+Green+Blue) = 129+192+239=560 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.04% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #81C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0EF is #7E3F10. Grayscale: #B2B2B2. Windows color (decimal): -8273681 or 15712385. OLE color: 15712385.

HSL color Cylindrical-coordinate representation of color #81C0EF: hue angle of 205.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81C0EF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 192 239 -
CMYK 0.46 0.20 0 0.06
HSL 205.64º 0.77% 0.72% -
HSV(B) 205.64º 0.46% 0.94% -
XYZ 43.48 48.6 88.75 -
YUV 178.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 129 192 239 0.46 0.20 0 0.06 205.64 0.77 0.72
Hex 81 C0 EF 2E 14 0 6 CE 4D 48
Octal 201 300 357 56 24 0 6 316 115 110
Binary 10000001 11000000 11101111 101110 10100 0 110 11001110 1001101 1001000

Color Harmonies of #81C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C0EF

Black with #81C0EF

Text Example


Text Example

White with #81C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,192,239); }

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

background-color css

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

 a { background-color: rgb(129,192,239); }

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

border-color css

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

 span { border-color: rgb(129,192,239); }

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