Html Css Color HEX #81BCF6 Maya Blue

📋 copy color: '#81BCF6'

red 129 ◦ green 188 ◦ blue 246

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

Shades of Maya Blue #81BCF6

Tints of Maya Blue #81BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.39%

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 22.91%
G = 33.39%
B = 43.69%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#81BCF6 (or 0x81BCF6) is known color: Maya Blue. HEX triplet: 81, BC and F6. RGB value is (129,188,246). Sum of RGB (Red+Green+Blue) = 129+188+246=563 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.91% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #81BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCF6 is #7E4309. Grayscale: #B0B0B0. Windows color (decimal): -8274698 or 16170113. OLE color: 16170113.

HSL color Cylindrical-coordinate representation of color #81BCF6: hue angle of 209.74º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BCF6 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 188 246 -
CMYK 0.48 0.24 0 0.04
HSL 209.74º 0.87% 0.74% -
HSV(B) 209.74º 0.48% 0.96% -
XYZ 43.67 47.29 94.01 -
YUV 176.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 129 188 246 0.48 0.24 0 0.04 209.74 0.87 0.74
Hex 81 BC F6 30 18 0 4 D2 57 4A
Octal 201 274 366 60 30 0 4 322 127 112
Binary 10000001 10111100 11110110 110000 11000 0 100 11010010 1010111 1001010

Color Harmonies of #81BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCF6

Black with #81BCF6

Text Example


Text Example

White with #81BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,246); }

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

background-color css

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

 a { background-color: rgb(129,188,246); }

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

border-color css

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

 span { border-color: rgb(129,188,246); }

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