#84BCE8

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

Shades of Sky Blue #84BCE8

Tints of Sky Blue #84BCE8

Color information

#84BCE8 (or 0x84BCE8) is unknown color: approx Sky Blue. HEX triplet: 84, BC and E8. RGB value is (132,188,232). Sum of RGB (Red+Green+Blue) = 132+188+232=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #84BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCE8 is #7B4317. Grayscale: #B0B0B0. Windows color (decimal): -8078104 or 15252612. OLE color: 15252612.

HSL color Cylindrical-coordinate representation of color #84BCE8: hue angle of 206.4º 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 #84BCE8 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132188232-
CMYK0.430.1900.09
HSL206.4º68.49%71.37%-
HSV(B)206.4º43.1%90.98%-
XYZ42.0646.783.14-
YUV176.27159.4596.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 232 (91.02% from 255) = 42.03%
R=23.91%
G=34.06%
B=42.03%

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
Decimal1321882320.430.1900.09206.468.4971.37
Hex84BCE82B1309ce4447
Octal2042743505323011316104107
Binary10000100101111001110100010101110011010011100111010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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