#84DBEB

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

Shades of Sky Blue #84DBEB

Tints of Sky Blue #84DBEB

Color information

#84DBEB (or 0x84DBEB) is unknown color: approx Sky Blue. HEX triplet: 84, DB and EB. RGB value is (132,219,235). Sum of RGB (Red+Green+Blue) = 132+219+235=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #84DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBEB is #7B2414. Grayscale: #C2C2C2. Windows color (decimal): -8070165 or 15457156. OLE color: 15457156.

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

Color convert

RGB132219235-
CMYK0.440.0700.08
HSL189.32º72.03%71.96%-
HSV(B)189.32º43.83%92.16%-
XYZ49.8461.5787.85-
YUV194.81150.6883.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=22.53%
G=37.37%
B=40.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322192350.440.0700.08189.3272.0371.96
Hex84DBEB2C708bd4848
Octal204333353547010275110110
Binary100001001101101111101011101100111010001011110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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