Html Css Color HEX #84BCF0 Maya Blue

📋 copy color: '#84BCF0'

red 132 ◦ green 188 ◦ blue 240

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

Shades of Maya Blue #84BCF0

Tints of Maya Blue #84BCF0

RGB

 RED value IS 132 (51.95% from 255) = 23.57%

 GREEN value IS 188 (73.83% from 255) = 33.57%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 23.57%
G = 33.57%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84BCF0 (or 0x84BCF0) is known color: Maya Blue. HEX triplet: 84, BC and F0. RGB value is (132,188,240). Sum of RGB (Red+Green+Blue) = 132+188+240=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCF0 is #7B430F. Grayscale: #B0B0B0. Windows color (decimal): -8078096 or 15776900. OLE color: 15776900.

HSL color Cylindrical-coordinate representation of color #84BCF0: hue angle of 208.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BCF0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 188 240 -
CMYK 0.45 0.22 0 0.06
HSL 208.89º 0.78% 0.73% -
HSV(B) 208.89º 0.45% 0.94% -
XYZ 43.23 47.16 89.26 -
YUV 177.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 132 188 240 0.45 0.22 0 0.06 208.89 0.78 0.73
Hex 84 BC F0 2D 16 0 6 D1 4E 49
Octal 204 274 360 55 26 0 6 321 116 111
Binary 10000100 10111100 11110000 101101 10110 0 110 11010001 1001110 1001001

Color Harmonies of #84BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCF0

Black with #84BCF0

Text Example


Text Example

White with #84BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BCF0; }

 p { color: rgb(132,188,240); }

 H1.HeaderClassName
 {
   color: #84BCF0;
 }
 .AnyTagClassName
 {
   color: #84BCF0;
 }
</style>

background-color css

<style>
 a { background-color: #84BCF0; }

 a { background-color: rgb(132,188,240); }

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

border-color css

<style>
 span { border-color: #84BCF0; }

 span { border-color: rgb(132,188,240); }

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