Html Css Color HEX #84BCED Maya Blue

📋 copy color: '#84BCED'

red 132 ◦ green 188 ◦ blue 237

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

Shades of Maya Blue #84BCED

Tints of Maya Blue #84BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 23.7%
G = 33.75%
B = 42.55%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84BCED (or 0x84BCED) is known color: Maya Blue. HEX triplet: 84, BC and ED. RGB value is (132,188,237). Sum of RGB (Red+Green+Blue) = 132+188+237=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #84BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCED is #7B4312. Grayscale: #B0B0B0. Windows color (decimal): -8078099 or 15580292. OLE color: 15580292.

HSL color Cylindrical-coordinate representation of color #84BCED: hue angle of 208º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BCED is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 188 237 -
CMYK 0.44 0.21 0 0.07
HSL 208º 0.74% 0.72% -
HSV(B) 208º 0.44% 0.93% -
XYZ 42.79 46.99 86.94 -
YUV 176.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 132 188 237 0.44 0.21 0 0.07 208 0.74 0.72
Hex 84 BC ED 2C 15 0 7 D0 4A 48
Octal 204 274 355 54 25 0 7 320 112 110
Binary 10000100 10111100 11101101 101100 10101 0 111 11010000 1001010 1001000

Color Harmonies of #84BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCED

Black with #84BCED

Text Example


Text Example

White with #84BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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