#84BFE5

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

Shades of Sky Blue #84BFE5

Tints of Sky Blue #84BFE5

Color information

#84BFE5 (or 0x84BFE5) is unknown color: approx Sky Blue. HEX triplet: 84, BF and E5. RGB value is (132,191,229). Sum of RGB (Red+Green+Blue) = 132+191+229=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #84BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFE5 is #7B401A. Grayscale: #B1B1B1. Windows color (decimal): -8077339 or 15056772. OLE color: 15056772.

HSL color Cylindrical-coordinate representation of color #84BFE5: hue angle of 203.51º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84BFE5 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132191229-
CMYK0.420.1700.10
HSL203.51º65.1%70.78%-
HSV(B)203.51º42.36%89.8%-
XYZ42.2947.8281.13-
YUV177.69156.9595.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=23.91%
G=34.60%
B=41.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321912290.420.1700.10203.5165.170.78
Hex84BFE52A110Acc4147
Octal2042773455221012314101107
Binary10000100101111111110010110101010001010101100110010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,229); }

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

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

 a { background-color: rgb(132,191,229); }

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

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

 span { border-color: rgb(132,191,229); }

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