#84BDE8

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

Shades of Sky Blue #84BDE8

Tints of Sky Blue #84BDE8

Color information

#84BDE8 (or 0x84BDE8) is unknown color: approx Sky Blue. HEX triplet: 84, BD and E8. RGB value is (132,189,232). Sum of RGB (Red+Green+Blue) = 132+189+232=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #84BDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDE8 is #7B4217. Grayscale: #B0B0B0. Windows color (decimal): -8077848 or 15252868. OLE color: 15252868.

HSL color Cylindrical-coordinate representation of color #84BDE8: hue angle of 205.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84BDE8 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132189232-
CMYK0.430.1900.09
HSL205.8º68.49%71.37%-
HSV(B)205.8º43.1%90.98%-
XYZ42.2847.1383.21-
YUV176.86159.1296-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=23.87%
G=34.18%
B=41.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321892320.430.1900.09205.868.4971.37
Hex84BDE82B1309ce4447
Octal2042753505323011316104107
Binary10000100101111011110100010101110011010011100111010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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