Html Css Color HEX #84BDF1 Maya Blue

📋 copy color: '#84BDF1'

red 132 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #84BDF1

Tints of Maya Blue #84BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 23.49%
G = 33.63%
B = 42.88%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84BDF1 (or 0x84BDF1) is known color: Maya Blue. HEX triplet: 84, BD and F1. RGB value is (132,189,241). Sum of RGB (Red+Green+Blue) = 132+189+241=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #84BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF1 is #7B420E. Grayscale: #B1B1B1. Windows color (decimal): -8077839 or 15842692. OLE color: 15842692.

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

Color convert

RGB 132 189 241 -
CMYK 0.45 0.22 0 0.05
HSL 208.62º 0.8% 0.73% -
HSV(B) 208.62º 0.45% 0.95% -
XYZ 43.59 47.65 90.12 -
YUV 177.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 132 189 241 0.45 0.22 0 0.05 208.62 0.8 0.73
Hex 84 BD F1 2D 16 0 5 D1 50 49
Octal 204 275 361 55 26 0 5 321 120 111
Binary 10000100 10111101 11110001 101101 10110 0 101 11010001 1010000 1001001

Color Harmonies of #84BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDF1

Black with #84BDF1

Text Example


Text Example

White with #84BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,189,241); }

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

background-color css

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

 a { background-color: rgb(132,189,241); }

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

border-color css

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

 span { border-color: rgb(132,189,241); }

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