#84CFF0

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

Shades of Sky Blue #84CFF0

Tints of Sky Blue #84CFF0

Color information

#84CFF0 (or 0x84CFF0) is unknown color: approx Sky Blue. HEX triplet: 84, CF and F0. RGB value is (132,207,240). Sum of RGB (Red+Green+Blue) = 132+207+240=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #84CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFF0 is #7B300F. Grayscale: #BCBCBC. Windows color (decimal): -8073232 or 15781764. OLE color: 15781764.

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

Color convert

RGB132207240-
CMYK0.450.1400.06
HSL198.33º78.26%72.94%-
HSV(B)198.33º45%94.12%-
XYZ47.5655.8290.71-
YUV188.34157.1587.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.80%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=22.80%
G=35.75%
B=41.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322072400.450.1400.06198.3378.2672.94
Hex84CFF02DE06c64e49
Octal204317360551606306116111
Binary100001001100111111110000101101111001101100011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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