Html Css Color HEX #8BB5FD Maya Blue

📋 copy color: '#8BB5FD'

red 139 ◦ green 181 ◦ blue 253

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

Shades of Maya Blue #8BB5FD

Tints of Maya Blue #8BB5FD

RGB

 RED value IS 139 (54.69% from 255) = 24.26%

 GREEN value IS 181 (71.09% from 255) = 31.59%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 24.26%
G = 31.59%
B = 44.15%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BB5FD (or 0x8BB5FD) is known color: Maya Blue. HEX triplet: 8B, B5 and FD. RGB value is (139,181,253). Sum of RGB (Red+Green+Blue) = 139+181+253=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB5FD is #744A02. Grayscale: #B0B0B0. Windows color (decimal): -7621123 or 16627083. OLE color: 16627083.

HSL color Cylindrical-coordinate representation of color #8BB5FD: hue angle of 217.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB5FD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 181 253 -
CMYK 0.45 0.28 0 0.01
HSL 217.89º 0.97% 0.77% -
HSV(B) 217.89º 0.45% 0.99% -
XYZ 44.9 45.63 99.37 -
YUV 176.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 139 181 253 0.45 0.28 0 0.01 217.89 0.97 0.77
Hex 8B B5 FD 2D 1C 0 1 DA 61 4D
Octal 213 265 375 55 34 0 1 332 141 115
Binary 10001011 10110101 11111101 101101 11100 0 1 11011010 1100001 1001101

Color Harmonies of #8BB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5FD

Black with #8BB5FD

Text Example


Text Example

White with #8BB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,253); }

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

background-color css

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

 a { background-color: rgb(139,181,253); }

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

border-color css

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

 span { border-color: rgb(139,181,253); }

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