#84DAF1

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

Shades of Sky Blue #84DAF1

Tints of Sky Blue #84DAF1

Color information

#84DAF1 (or 0x84DAF1) is unknown color: approx Sky Blue. HEX triplet: 84, DA and F1. RGB value is (132,218,241). Sum of RGB (Red+Green+Blue) = 132+218+241=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #84DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DAF1 is #7B250E. Grayscale: #C2C2C2. Windows color (decimal): -8070415 or 15850116. OLE color: 15850116.

HSL color Cylindrical-coordinate representation of color #84DAF1: hue angle of 192.66º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84DAF1 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132218241-
CMYK0.450.1000.05
HSL192.66º79.56%73.14%-
HSV(B)192.66º45.23%94.51%-
XYZ50.4661.492.41-
YUV194.91154.0183.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=22.34%
G=36.89%
B=40.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322182410.450.1000.05192.6679.5673.14
Hex84DAF12DA05c15049
Octal204332361551205301120111
Binary100001001101101011110001101101101001011100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,241); }

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

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

 a { background-color: rgb(132,218,241); }

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

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

 span { border-color: rgb(132,218,241); }

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