#84C3EF

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

Shades of Sky Blue #84C3EF

Tints of Sky Blue #84C3EF

Color information

#84C3EF (or 0x84C3EF) is unknown color: approx Sky Blue. HEX triplet: 84, C3 and EF. RGB value is (132,195,239). Sum of RGB (Red+Green+Blue) = 132+195+239=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #84C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C3EF is #7B3C10. Grayscale: #B4B4B4. Windows color (decimal): -8076305 or 15713156. OLE color: 15713156.

HSL color Cylindrical-coordinate representation of color #84C3EF: hue angle of 204.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84C3EF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132195239-
CMYK0.450.1800.06
HSL204.67º76.98%72.75%-
HSV(B)204.67º44.77%93.73%-
XYZ44.6150.1788.99-
YUV181.18160.6392.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.32%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=23.32%
G=34.45%
B=42.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321952390.450.1800.06204.6776.9872.75
Hex84C3EF2D1206cd4d49
Octal204303357552206315115111
Binary1000010011000011111011111011011001001101100110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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