#84C4EB

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

Shades of Sky Blue #84C4EB

Tints of Sky Blue #84C4EB

Color information

#84C4EB (or 0x84C4EB) is unknown color: approx Sky Blue. HEX triplet: 84, C4 and EB. RGB value is (132,196,235). Sum of RGB (Red+Green+Blue) = 132+196+235=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #84C4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C4EB is #7B3B14. Grayscale: #B5B5B5. Windows color (decimal): -8076053 or 15451268. OLE color: 15451268.

HSL color Cylindrical-coordinate representation of color #84C4EB: hue angle of 202.72º 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 #84C4EB is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132196235-
CMYK0.440.1700.08
HSL202.72º72.03%71.96%-
HSV(B)202.72º43.83%92.16%-
XYZ44.2550.3885.99-
YUV181.31158.392.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.45%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=23.45%
G=34.81%
B=41.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321962350.440.1700.08202.7272.0371.96
Hex84C4EB2C1108cb4848
Octal2043043535421010313110110
Binary10000100110001001110101110110010001010001100101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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