#84D6EA

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

Shades of Sky Blue #84D6EA

Tints of Sky Blue #84D6EA

Color information

#84D6EA (or 0x84D6EA) is unknown color: approx Sky Blue. HEX triplet: 84, D6 and EA. RGB value is (132,214,234). Sum of RGB (Red+Green+Blue) = 132+214+234=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #84D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D6EA is #7B2915. Grayscale: #BFBFBF. Windows color (decimal): -8071446 or 15390340. OLE color: 15390340.

HSL color Cylindrical-coordinate representation of color #84D6EA: hue angle of 191.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84D6EA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132214234-
CMYK0.440.0900.08
HSL191.76º70.83%71.76%-
HSV(B)191.76º43.59%91.76%-
XYZ48.4158.9486.67-
YUV191.76151.8385.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.76%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=22.76%
G=36.90%
B=40.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322142340.440.0900.08191.7670.8371.76
Hex84D6EA2C908c04748
Octal2043263525411010300107110
Binary1000010011010110111010101011001001010001100000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,234); }

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

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

 a { background-color: rgb(132,214,234); }

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

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

 span { border-color: rgb(132,214,234); }

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