#84C2DF

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

Shades of Sky Blue #84C2DF

Tints of Sky Blue #84C2DF

Color information

#84C2DF (or 0x84C2DF) is unknown color: approx Sky Blue. HEX triplet: 84, C2 and DF. RGB value is (132,194,223). Sum of RGB (Red+Green+Blue) = 132+194+223=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #84C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2DF is #7B3D20. Grayscale: #B2B2B2. Windows color (decimal): -8076577 or 14664324. OLE color: 14664324.

HSL color Cylindrical-coordinate representation of color #84C2DF: hue angle of 199.12º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C2DF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132194223-
CMYK0.410.1300.13
HSL199.12º58.71%69.61%-
HSV(B)199.12º40.81%87.45%-
XYZ42.1348.8277.01-
YUV178.77152.9694.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=24.04%
G=35.34%
B=40.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321942230.410.1300.13199.1258.7169.61
Hex84C2DF29D0Dc73b46
Octal204302337511501530773106
Binary100001001100001011011111101001110101101110001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,194,223); }

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

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

 a { background-color: rgb(132,194,223); }

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

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

 span { border-color: rgb(132,194,223); }

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