Html Css Color HEX #8AB6FF Maya Blue

📋 copy color: '#8AB6FF'

red 138 ◦ green 182 ◦ blue 255

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

Shades of Maya Blue #8AB6FF

Tints of Maya Blue #8AB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.65%

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

R = 24%
G = 31.65%
B = 44.35%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AB6FF (or 0x8AB6FF) is known color: Maya Blue. HEX triplet: 8A, B6 and FF. RGB value is (138,182,255). Sum of RGB (Red+Green+Blue) = 138+182+255=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6FF is #754900. Grayscale: #B0B0B0. Windows color (decimal): -7686401 or 16758410. OLE color: 16758410.

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

Color convert

RGB 138 182 255 -
CMYK 0.46 0.29 0 0
HSL 217.44º 1% 0.77% -
HSV(B) 217.44º 0.46% 1% -
XYZ 45.26 46.08 101.12 -
YUV 177.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 138 182 255 0.46 0.29 0 0 217.44 1 0.77
Hex 8A B6 FF 2E 1D 0 0 D9 64 4D
Octal 212 266 377 56 35 0 0 331 144 115
Binary 10001010 10110110 11111111 101110 11101 0 0 11011001 1100100 1001101

Color Harmonies of #8AB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB6FF

Black with #8AB6FF

Text Example


Text Example

White with #8AB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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