Html Css Color HEX #81C1FA Maya Blue

📋 copy color: '#81C1FA'

red 129 ◦ green 193 ◦ blue 250

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

Shades of Maya Blue #81C1FA

Tints of Maya Blue #81C1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 22.55%
G = 33.74%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81C1FA (or 0x81C1FA) is known color: Maya Blue. HEX triplet: 81, C1 and FA. RGB value is (129,193,250). Sum of RGB (Red+Green+Blue) = 129+193+250=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C1FA is #7E3E05. Grayscale: #B4B4B4. Windows color (decimal): -8273414 or 16433537. OLE color: 16433537.

HSL color Cylindrical-coordinate representation of color #81C1FA: hue angle of 208.26º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C1FA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 193 250 -
CMYK 0.48 0.23 0 0.02
HSL 208.26º 0.92% 0.74% -
HSV(B) 208.26º 0.48% 0.98% -
XYZ 45.38 49.71 97.65 -
YUV 180.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 129 193 250 0.48 0.23 0 0.02 208.26 0.92 0.74
Hex 81 C1 FA 30 17 0 2 D0 5C 4A
Octal 201 301 372 60 27 0 2 320 134 112
Binary 10000001 11000001 11111010 110000 10111 0 10 11010000 1011100 1001010

Color Harmonies of #81C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C1FA

Black with #81C1FA

Text Example


Text Example

White with #81C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,250); }

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

background-color css

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

 a { background-color: rgb(129,193,250); }

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

border-color css

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

 span { border-color: rgb(129,193,250); }

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