Html Css Color HEX #8AB1FF Maya Blue

📋 copy color: '#8AB1FF'

red 138 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #8AB1FF

Tints of Maya Blue #8AB1FF

RGB

 RED value IS 138 (54.3% from 255) = 24.21%

 GREEN value IS 177 (69.53% from 255) = 31.05%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 24.21%
G = 31.05%
B = 44.74%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AB1FF (or 0x8AB1FF) is known color: Maya Blue. HEX triplet: 8A, B1 and FF. RGB value is (138,177,255). Sum of RGB (Red+Green+Blue) = 138+177+255=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1FF is #754E00. Grayscale: #ADADAD. Windows color (decimal): -7687681 or 16757130. OLE color: 16757130.

HSL color Cylindrical-coordinate representation of color #8AB1FF: hue angle of 220º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB1FF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 177 255 -
CMYK 0.46 0.31 0 0
HSL 220º 1% 0.77% -
HSV(B) 220º 0.46% 1% -
XYZ 44.25 44.07 100.78 -
YUV 174.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 138 177 255 0.46 0.31 0 0 220 1 0.77
Hex 8A B1 FF 2E 1F 0 0 DC 64 4D
Octal 212 261 377 56 37 0 0 334 144 115
Binary 10001010 10110001 11111111 101110 11111 0 0 11011100 1100100 1001101

Color Harmonies of #8AB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1FF

Black with #8AB1FF

Text Example


Text Example

White with #8AB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB1FF; }

 p { color: rgb(138,177,255); }

 H1.HeaderClassName
 {
   color: #8AB1FF;
 }
 .AnyTagClassName
 {
   color: #8AB1FF;
 }
</style>

background-color css

<style>
 a { background-color: #8AB1FF; }

 a { background-color: rgb(138,177,255); }

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

border-color css

<style>
 span { border-color: #8AB1FF; }

 span { border-color: rgb(138,177,255); }

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