#84CDF0

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

Shades of Sky Blue #84CDF0

Tints of Sky Blue #84CDF0

Color information

#84CDF0 (or 0x84CDF0) is unknown color: approx Sky Blue. HEX triplet: 84, CD and F0. RGB value is (132,205,240). Sum of RGB (Red+Green+Blue) = 132+205+240=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #84CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDF0 is #7B320F. Grayscale: #BABABA. Windows color (decimal): -8073744 or 15781252. OLE color: 15781252.

HSL color Cylindrical-coordinate representation of color #84CDF0: hue angle of 199.44º degrees, saturation: 0.78, 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 #84CDF0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132205240-
CMYK0.450.1500.06
HSL199.44º78.26%72.94%-
HSV(B)199.44º45%94.12%-
XYZ47.0854.8690.55-
YUV187.16157.8288.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=22.88%
G=35.53%
B=41.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322052400.450.1500.06199.4478.2672.94
Hex84CDF02DF06c74e49
Octal204315360551706307116111
Binary100001001100110111110000101101111101101100011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,205,240); }

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

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

 a { background-color: rgb(132,205,240); }

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

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

 span { border-color: rgb(132,205,240); }

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