#84C8EB

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

Shades of Sky Blue #84C8EB

Tints of Sky Blue #84C8EB

Color information

#84C8EB (or 0x84C8EB) is unknown color: approx Sky Blue. HEX triplet: 84, C8 and EB. RGB value is (132,200,235). Sum of RGB (Red+Green+Blue) = 132+200+235=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #84C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C8EB is #7B3714. Grayscale: #B7B7B7. Windows color (decimal): -8075029 or 15452292. OLE color: 15452292.

HSL color Cylindrical-coordinate representation of color #84C8EB: hue angle of 200.39º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C8EB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132200235-
CMYK0.440.1500.08
HSL200.39º72.03%71.96%-
HSV(B)200.39º43.83%92.16%-
XYZ45.1752.2186.29-
YUV183.66156.9791.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.28%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=23.28%
G=35.27%
B=41.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322002350.440.1500.08200.3972.0371.96
Hex84C8EB2CF08c84848
Octal2043103535417010310110110
Binary1000010011001000111010111011001111010001100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,200,235); }

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

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

 a { background-color: rgb(132,200,235); }

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

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

 span { border-color: rgb(132,200,235); }

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