#84C6E7

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

Shades of Sky Blue #84C6E7

Tints of Sky Blue #84C6E7

Color information

#84C6E7 (or 0x84C6E7) is unknown color: approx Sky Blue. HEX triplet: 84, C6 and E7. RGB value is (132,198,231). Sum of RGB (Red+Green+Blue) = 132+198+231=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #84C6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C6E7 is #7B3918. Grayscale: #B5B5B5. Windows color (decimal): -8075545 or 15189636. OLE color: 15189636.

HSL color Cylindrical-coordinate representation of color #84C6E7: hue angle of 200º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84C6E7 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132198231-
CMYK0.430.1400.09
HSL200º67.35%71.18%-
HSV(B)200º42.86%90.59%-
XYZ44.1351.0683.13-
YUV182.03155.6392.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=23.53%
G=35.29%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321982310.430.1400.0920067.3571.18
Hex84C6E72BE09c84347
Octal2043063475316011310103107
Binary1000010011000110111001111010111110010011100100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,198,231); }

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

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

 a { background-color: rgb(132,198,231); }

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

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

 span { border-color: rgb(132,198,231); }

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