Html Css Color HEX #84BBFD Maya Blue

📋 copy color: '#84BBFD'

red 132 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #84BBFD

Tints of Maya Blue #84BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.69%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 23.08%
G = 32.69%
B = 44.23%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84BBFD (or 0x84BBFD) is known color: Maya Blue. HEX triplet: 84, BB and FD. RGB value is (132,187,253). Sum of RGB (Red+Green+Blue) = 132+187+253=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #84BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBFD is #7B4402. Grayscale: #B1B1B1. Windows color (decimal): -8078339 or 16628612. OLE color: 16628612.

HSL color Cylindrical-coordinate representation of color #84BBFD: hue angle of 212.73º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BBFD is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 187 253 -
CMYK 0.48 0.26 0 0.01
HSL 212.73º 0.97% 0.75% -
HSV(B) 212.73º 0.48% 0.99% -
XYZ 45.02 47.54 99.73 -
YUV 178.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 132 187 253 0.48 0.26 0 0.01 212.73 0.97 0.75
Hex 84 BB FD 30 1A 0 1 D5 61 4B
Octal 204 273 375 60 32 0 1 325 141 113
Binary 10000100 10111011 11111101 110000 11010 0 1 11010101 1100001 1001011

Color Harmonies of #84BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBFD

Black with #84BBFD

Text Example


Text Example

White with #84BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,187,253); }

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

background-color css

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

 a { background-color: rgb(132,187,253); }

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

border-color css

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

 span { border-color: rgb(132,187,253); }

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