Html Css Color HEX #86BBF4 Maya Blue

📋 copy color: '#86BBF4'

red 134 ◦ green 187 ◦ blue 244

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

Shades of Maya Blue #86BBF4

Tints of Maya Blue #86BBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.19%

R = 23.72%
G = 33.1%
B = 43.19%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86BBF4 (or 0x86BBF4) is known color: Maya Blue. HEX triplet: 86, BB and F4. RGB value is (134,187,244). Sum of RGB (Red+Green+Blue) = 134+187+244=565 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.72% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #86BBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBF4 is #79440B. Grayscale: #B1B1B1. Windows color (decimal): -7947276 or 16038790. OLE color: 16038790.

HSL color Cylindrical-coordinate representation of color #86BBF4: hue angle of 211.09º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BBF4 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 187 244 -
CMYK 0.45 0.23 0 0.04
HSL 211.09º 0.83% 0.74% -
HSV(B) 211.09º 0.45% 0.96% -
XYZ 43.93 47.14 92.37 -
YUV 177.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 134 187 244 0.45 0.23 0 0.04 211.09 0.83 0.74
Hex 86 BB F4 2D 17 0 4 D3 53 4A
Octal 206 273 364 55 27 0 4 323 123 112
Binary 10000110 10111011 11110100 101101 10111 0 100 11010011 1010011 1001010

Color Harmonies of #86BBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBF4

Black with #86BBF4

Text Example


Text Example

White with #86BBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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