#84BBFB

Color #84BBFB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #84BBFB

Tints of Maya Blue #84BBFB

Color information

#84BBFB (or 0x84BBFB) is unknown color: approx Maya Blue. HEX triplet: 84, BB and FB. RGB value is (132,187,251). Sum of RGB (Red+Green+Blue) = 132+187+251=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #84BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBFB is #7B4404. Grayscale: #B1B1B1. Windows color (decimal): -8078341 or 16497540. OLE color: 16497540.

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

Color convert

RGB132187251-
CMYK0.470.2500.02
HSL212.27º93.7%75.1%-
HSV(B)212.27º47.41%98.43%-
XYZ44.747.4198.06-
YUV177.85169.2895.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=23.16%
G=32.81%
B=44.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321872510.470.2500.02212.2793.775.1
Hex84BBFB2F1902d45e4b
Octal204273373573102324136113
Binary100001001011101111111011101111110010101101010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BBFB;
 }
 .AnyTagClassName
 {
   color: #84BBFB;
 }
</style>
background-color css

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

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

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

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

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

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