Html Css Color HEX #84BCF6 Maya Blue

📋 copy color: '#84BCF6'

red 132 ◦ green 188 ◦ blue 246

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

Shades of Maya Blue #84BCF6

Tints of Maya Blue #84BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 23.32%
G = 33.22%
B = 43.46%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#84BCF6 (or 0x84BCF6) is known color: Maya Blue. HEX triplet: 84, BC and F6. RGB value is (132,188,246). Sum of RGB (Red+Green+Blue) = 132+188+246=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #84BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCF6 is #7B4309. Grayscale: #B1B1B1. Windows color (decimal): -8078090 or 16170116. OLE color: 16170116.

HSL color Cylindrical-coordinate representation of color #84BCF6: hue angle of 210.53º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BCF6 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 188 246 -
CMYK 0.46 0.24 0 0.04
HSL 210.53º 0.86% 0.74% -
HSV(B) 210.53º 0.46% 0.96% -
XYZ 44.13 47.53 94.04 -
YUV 177.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 132 188 246 0.46 0.24 0 0.04 210.53 0.86 0.74
Hex 84 BC F6 2E 18 0 4 D3 56 4A
Octal 204 274 366 56 30 0 4 323 126 112
Binary 10000100 10111100 11110110 101110 11000 0 100 11010011 1010110 1001010

Color Harmonies of #84BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCF6

Black with #84BCF6

Text Example


Text Example

White with #84BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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