#84C1EE

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

Shades of Sky Blue #84C1EE

Tints of Sky Blue #84C1EE

Color information

#84C1EE (or 0x84C1EE) is unknown color: approx Sky Blue. HEX triplet: 84, C1 and EE. RGB value is (132,193,238). Sum of RGB (Red+Green+Blue) = 132+193+238=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #84C1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C1EE is #7B3E11. Grayscale: #B3B3B3. Windows color (decimal): -8076818 or 15647108. OLE color: 15647108.

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

Color convert

RGB132193238-
CMYK0.450.1900.07
HSL205.47º75.71%72.55%-
HSV(B)205.47º44.54%93.33%-
XYZ44.0249.2288.07-
YUV179.89160.7993.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.45%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=23.45%
G=34.28%
B=42.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321932380.450.1900.07205.4775.7172.55
Hex84C1EE2D1307cd4c49
Octal204301356552307315114111
Binary1000010011000001111011101011011001101111100110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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