#84C3E6

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

Shades of Sky Blue #84C3E6

Tints of Sky Blue #84C3E6

Color information

#84C3E6 (or 0x84C3E6) is unknown color: approx Sky Blue. HEX triplet: 84, C3 and E6. RGB value is (132,195,230). Sum of RGB (Red+Green+Blue) = 132+195+230=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #84C3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C3E6 is #7B3C19. Grayscale: #B3B3B3. Windows color (decimal): -8076314 or 15123332. OLE color: 15123332.

HSL color Cylindrical-coordinate representation of color #84C3E6: hue angle of 201.43º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84C3E6 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132195230-
CMYK0.430.1500.10
HSL201.43º66.22%70.98%-
HSV(B)201.43º42.61%90.2%-
XYZ43.3149.6582.16-
YUV180.15156.1393.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=23.70%
G=35.01%
B=41.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321952300.430.1500.10201.4366.2270.98
Hex84C3E62BF0Ac94247
Octal2043033465317012311102107
Binary1000010011000011111001101010111111010101100100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,195,230); }

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

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

 a { background-color: rgb(132,195,230); }

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

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

 span { border-color: rgb(132,195,230); }

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