Html Css Color HEX #84BDF9 Maya Blue

📋 copy color: '#84BDF9'

red 132 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #84BDF9

Tints of Maya Blue #84BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 23.16%
G = 33.16%
B = 43.68%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#84BDF9 (or 0x84BDF9) is known color: Maya Blue. HEX triplet: 84, BD and F9. RGB value is (132,189,249). Sum of RGB (Red+Green+Blue) = 132+189+249=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #84BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF9 is #7B4206. Grayscale: #B2B2B2. Windows color (decimal): -8077831 or 16366980. OLE color: 16366980.

HSL color Cylindrical-coordinate representation of color #84BDF9: hue angle of 210.77º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84BDF9 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 189 249 -
CMYK 0.47 0.24 0 0.02
HSL 210.77º 0.91% 0.75% -
HSV(B) 210.77º 0.47% 0.98% -
XYZ 44.81 48.14 96.55 -
YUV 178.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 132 189 249 0.47 0.24 0 0.02 210.77 0.91 0.75
Hex 84 BD F9 2F 18 0 2 D3 5B 4B
Octal 204 275 371 57 30 0 2 323 133 113
Binary 10000100 10111101 11111001 101111 11000 0 10 11010011 1011011 1001011

Color Harmonies of #84BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDF9

Black with #84BDF9

Text Example


Text Example

White with #84BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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