#84DDF4

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

Shades of Sky Blue #84DDF4

Tints of Sky Blue #84DDF4

Color information

#84DDF4 (or 0x84DDF4) is unknown color: approx Sky Blue. HEX triplet: 84, DD and F4. RGB value is (132,221,244). Sum of RGB (Red+Green+Blue) = 132+221+244=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #84DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF4 is #7B220B. Grayscale: #C4C4C4. Windows color (decimal): -8069644 or 16047492. OLE color: 16047492.

HSL color Cylindrical-coordinate representation of color #84DDF4: hue angle of 192.32º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84DDF4 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132221244-
CMYK0.460.0900.04
HSL192.32º83.58%73.73%-
HSV(B)192.32º45.9%95.69%-
XYZ51.763.1595.05-
YUV197.01154.5181.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.11%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 244 (95.70% from 255) = 40.87%
R=22.11%
G=37.02%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322212440.460.0900.04192.3283.5873.73
Hex84DDF42E904c0544a
Octal204335364561104300124112
Binary100001001101110111110100101110100101001100000010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,244); }

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

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

 a { background-color: rgb(132,221,244); }

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

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

 span { border-color: rgb(132,221,244); }

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