#84d1eb

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

Shades of Sky Blue #84D1EB

Tints of Sky Blue #84D1EB

Color information

#84D1EB (or 0x84D1EB) is unknown color: approx Sky Blue. HEX triplet: 84, D1 and EB. RGB value is (132,209,235). Sum of RGB (Red+Green+Blue) = 132+209+235=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #84D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D1EB is #7B2E14. Grayscale: #BCBCBC. Windows color (decimal): -8072725 or 15454596. OLE color: 15454596.

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

Color convert

RGB132209235-
CMYK0.440.1100.08
HSL195.15º72.03%71.96%-
HSV(B)195.15º43.83%92.16%-
XYZ47.3156.587.01-
YUV188.94153.9987.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=22.92%
G=36.28%
B=40.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322092350.440.1100.08195.1572.0371.96
Hex84D1EB2CB08c34848
Octal2043213535413010303110110
Binary1000010011010001111010111011001011010001100001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84d1eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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