Html Css Color HEX #81B2FC Maya Blue

📋 copy color: '#81B2FC'

red 129 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #81B2FC

Tints of Maya Blue #81B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.84%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 23.08%
G = 31.84%
B = 45.08%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81B2FC (or 0x81B2FC) is known color: Maya Blue. HEX triplet: 81, B2 and FC. RGB value is (129,178,252). Sum of RGB (Red+Green+Blue) = 129+178+252=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #81B2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B2FC is #7E4D03. Grayscale: #ABABAB. Windows color (decimal): -8277252 or 16560769. OLE color: 16560769.

HSL color Cylindrical-coordinate representation of color #81B2FC: hue angle of 216.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81B2FC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 178 252 -
CMYK 0.49 0.29 0 0.01
HSL 216.1º 0.95% 0.75% -
HSV(B) 216.1º 0.49% 0.99% -
XYZ 42.54 43.54 98.26 -
YUV 171.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 129 178 252 0.49 0.29 0 0.01 216.1 0.95 0.75
Hex 81 B2 FC 31 1D 0 1 D8 5F 4B
Octal 201 262 374 61 35 0 1 330 137 113
Binary 10000001 10110010 11111100 110001 11101 0 1 11011000 1011111 1001011

Color Harmonies of #81B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B2FC

Black with #81B2FC

Text Example


Text Example

White with #81B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,178,252); }

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

background-color css

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

 a { background-color: rgb(129,178,252); }

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

border-color css

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

 span { border-color: rgb(129,178,252); }

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