#84D5F3

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

Shades of Sky Blue #84D5F3

Tints of Sky Blue #84D5F3

Color information

#84D5F3 (or 0x84D5F3) is unknown color: approx Sky Blue. HEX triplet: 84, D5 and F3. RGB value is (132,213,243). Sum of RGB (Red+Green+Blue) = 132+213+243=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #84D5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D5F3 is #7B2A0C. Grayscale: #BFBFBF. Windows color (decimal): -8071693 or 15979908. OLE color: 15979908.

HSL color Cylindrical-coordinate representation of color #84D5F3: hue angle of 196.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84D5F3 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132213243-
CMYK0.460.1200.05
HSL196.22º82.22%73.53%-
HSV(B)196.22º45.68%95.29%-
XYZ49.4958.9793.57-
YUV192.2156.6685.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.45%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=22.45%
G=36.22%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322132430.460.1200.05196.2282.2273.53
Hex84D5F32EC05c4524a
Octal204325363561405304122112
Binary100001001101010111110011101110110001011100010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,213,243); }

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

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

 a { background-color: rgb(132,213,243); }

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

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

 span { border-color: rgb(132,213,243); }

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