Html Css Color HEX #84BCFB Maya Blue

📋 copy color: '#84BCFB'

red 132 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #84BCFB

Tints of Maya Blue #84BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 23.12%
G = 32.92%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#84BCFB (or 0x84BCFB) is known color: Maya Blue. HEX triplet: 84, BC and FB. RGB value is (132,188,251). Sum of RGB (Red+Green+Blue) = 132+188+251=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #84BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCFB is #7B4304. Grayscale: #B2B2B2. Windows color (decimal): -8078085 or 16497796. OLE color: 16497796.

HSL color Cylindrical-coordinate representation of color #84BCFB: hue angle of 211.76º degrees, saturation: 0.94, 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 #84BCFB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 188 251 -
CMYK 0.47 0.25 0 0.02
HSL 211.76º 0.94% 0.75% -
HSV(B) 211.76º 0.47% 0.98% -
XYZ 44.91 47.84 98.13 -
YUV 178.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 132 188 251 0.47 0.25 0 0.02 211.76 0.94 0.75
Hex 84 BC FB 2F 19 0 2 D4 5E 4B
Octal 204 274 373 57 31 0 2 324 136 113
Binary 10000100 10111100 11111011 101111 11001 0 10 11010100 1011110 1001011

Color Harmonies of #84BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCFB

Black with #84BCFB

Text Example


Text Example

White with #84BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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