Html Css Color HEX #84BDF7 Maya Blue

📋 copy color: '#84BDF7'

red 132 ◦ green 189 ◦ blue 247

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

Shades of Maya Blue #84BDF7

Tints of Maya Blue #84BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.49%

R = 23.24%
G = 33.27%
B = 43.49%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#84BDF7 (or 0x84BDF7) is known color: Maya Blue. HEX triplet: 84, BD and F7. RGB value is (132,189,247). Sum of RGB (Red+Green+Blue) = 132+189+247=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #84BDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDF7 is #7B4208. Grayscale: #B2B2B2. Windows color (decimal): -8077833 or 16235908. OLE color: 16235908.

HSL color Cylindrical-coordinate representation of color #84BDF7: hue angle of 210.26º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84BDF7 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 189 247 -
CMYK 0.47 0.23 0 0.03
HSL 210.26º 0.88% 0.74% -
HSV(B) 210.26º 0.47% 0.97% -
XYZ 44.5 48.02 94.92 -
YUV 178.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 132 189 247 0.47 0.23 0 0.03 210.26 0.88 0.74
Hex 84 BD F7 2F 17 0 3 D2 58 4A
Octal 204 275 367 57 27 0 3 322 130 112
Binary 10000100 10111101 11110111 101111 10111 0 11 11010010 1011000 1001010

Color Harmonies of #84BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDF7

Black with #84BDF7

Text Example


Text Example

White with #84BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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