Html Css Color HEX #8AB0FE Maya Blue

📋 copy color: '#8AB0FE'

red 138 ◦ green 176 ◦ blue 254

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

Shades of Maya Blue #8AB0FE

Tints of Maya Blue #8AB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 24.3%
G = 30.99%
B = 44.72%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AB0FE (or 0x8AB0FE) is known color: Maya Blue. HEX triplet: 8A, B0 and FE. RGB value is (138,176,254). Sum of RGB (Red+Green+Blue) = 138+176+254=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB0FE is #754F01. Grayscale: #ADADAD. Windows color (decimal): -7687938 or 16691338. OLE color: 16691338.

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

Color convert

RGB 138 176 254 -
CMYK 0.46 0.31 0 0.00
HSL 220.34º 0.98% 0.77% -
HSV(B) 220.34º 0.46% 1% -
XYZ 43.9 43.61 99.87 -
YUV 173.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 138 176 254 0.46 0.31 0 0.00 220.34 0.98 0.77
Hex 8A B0 FE 2E 1F 0 0 DC 62 4D
Octal 212 260 376 56 37 0 0 334 142 115
Binary 10001010 10110000 11111110 101110 11111 0 0 11011100 1100010 1001101

Color Harmonies of #8AB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB0FE

Black with #8AB0FE

Text Example


Text Example

White with #8AB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,254); }

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

background-color css

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

 a { background-color: rgb(138,176,254); }

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

border-color css

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

 span { border-color: rgb(138,176,254); }

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