#84BDEE

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

Shades of Light Sky Blue #84BDEE

Tints of Light Sky Blue #84BDEE

Color information

#84BDEE (or 0x84BDEE) is unknown color: approx Light Sky Blue. HEX triplet: 84, BD and EE. RGB value is (132,189,238). Sum of RGB (Red+Green+Blue) = 132+189+238=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #84BDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDEE is #7B4211. Grayscale: #B1B1B1. Windows color (decimal): -8077842 or 15646084. OLE color: 15646084.

HSL color Cylindrical-coordinate representation of color #84BDEE: hue angle of 207.74º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BDEE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132189238-
CMYK0.450.2100.07
HSL207.74º75.71%72.55%-
HSV(B)207.74º44.54%93.33%-
XYZ43.1547.4787.78-
YUV177.54162.1295.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=23.61%
G=33.81%
B=42.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321892380.450.2100.07207.7475.7172.55
Hex84BDEE2D1507d04c49
Octal204275356552507320114111
Binary1000010010111101111011101011011010101111101000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,238); }

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

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

 a { background-color: rgb(132,189,238); }

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

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

 span { border-color: rgb(132,189,238); }

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