Html Css Color HEX #8AB2FE Maya Blue

📋 copy color: '#8AB2FE'

red 138 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #8AB2FE

Tints of Maya Blue #8AB2FE

RGB

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

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

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

R = 24.21%
G = 31.23%
B = 44.56%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AB2FE (or 0x8AB2FE) is known color: Maya Blue. HEX triplet: 8A, B2 and FE. RGB value is (138,178,254). Sum of RGB (Red+Green+Blue) = 138+178+254=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2FE is #754D01. Grayscale: #AEAEAE. Windows color (decimal): -7687426 or 16691850. OLE color: 16691850.

HSL color Cylindrical-coordinate representation of color #8AB2FE: hue angle of 219.31º 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 #8AB2FE is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 178 254 -
CMYK 0.46 0.30 0 0.00
HSL 219.31º 0.98% 0.77% -
HSV(B) 219.31º 0.46% 1% -
XYZ 44.29 44.4 100 -
YUV 174.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 138 178 254 0.46 0.30 0 0.00 219.31 0.98 0.77
Hex 8A B2 FE 2E 1E 0 0 DB 62 4D
Octal 212 262 376 56 36 0 0 333 142 115
Binary 10001010 10110010 11111110 101110 11110 0 0 11011011 1100010 1001101

Color Harmonies of #8AB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2FE

Black with #8AB2FE

Text Example


Text Example

White with #8AB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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