#84C1E1

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

Shades of Sky Blue #84C1E1

Tints of Sky Blue #84C1E1

Color information

#84C1E1 (or 0x84C1E1) is unknown color: approx Sky Blue. HEX triplet: 84, C1 and E1. RGB value is (132,193,225). Sum of RGB (Red+Green+Blue) = 132+193+225=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #84C1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1E1 is #7B3E1E. Grayscale: #B2B2B2. Windows color (decimal): -8076831 or 14795140. OLE color: 14795140.

HSL color Cylindrical-coordinate representation of color #84C1E1: hue angle of 200.65º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C1E1 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132193225-
CMYK0.410.1400.12
HSL200.65º60.78%70%-
HSV(B)200.65º41.33%88.24%-
XYZ42.1848.4878.37-
YUV178.41154.2994.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=24%
G=35.09%
B=40.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321932250.410.1400.12200.6560.7870
Hex84C1E129E0Cc93d46
Octal204301341511601431175106
Binary100001001100000111100001101001111001100110010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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