Html Css Color HEX #86BBF8 Maya Blue

📋 copy color: '#86BBF8'

red 134 ◦ green 187 ◦ blue 248

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

Shades of Maya Blue #86BBF8

Tints of Maya Blue #86BBF8

RGB

 RED value IS 134 (52.73% from 255) = 23.55%

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 248 (97.27% from 255) = 43.59%

R = 23.55%
G = 32.86%
B = 43.59%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#86BBF8 (or 0x86BBF8) is known color: Maya Blue. HEX triplet: 86, BB and F8. RGB value is (134,187,248). Sum of RGB (Red+Green+Blue) = 134+187+248=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #86BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBF8 is #794407. Grayscale: #B1B1B1. Windows color (decimal): -7947272 or 16300934. OLE color: 16300934.

HSL color Cylindrical-coordinate representation of color #86BBF8: hue angle of 212.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BBF8 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 187 248 -
CMYK 0.46 0.25 0 0.03
HSL 212.11º 0.89% 0.75% -
HSV(B) 212.11º 0.46% 0.97% -
XYZ 44.55 47.39 95.61 -
YUV 178.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 134 187 248 0.46 0.25 0 0.03 212.11 0.89 0.75
Hex 86 BB F8 2E 19 0 3 D4 59 4B
Octal 206 273 370 56 31 0 3 324 131 113
Binary 10000110 10111011 11111000 101110 11001 0 11 11010100 1011001 1001011

Color Harmonies of #86BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBF8

Black with #86BBF8

Text Example


Text Example

White with #86BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BBF8; }

 p { color: rgb(134,187,248); }

 H1.HeaderClassName
 {
   color: #86BBF8;
 }
 .AnyTagClassName
 {
   color: #86BBF8;
 }
</style>

background-color css

<style>
 a { background-color: #86BBF8; }

 a { background-color: rgb(134,187,248); }

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

border-color css

<style>
 span { border-color: #86BBF8; }

 span { border-color: rgb(134,187,248); }

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