Html Css Color HEX #84DDF0 Sky Blue

📋 copy color: '#84DDF0'

red 132 ◦ green 221 ◦ blue 240

#84DDF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #84DDF0

Tints of Sky Blue #84DDF0

RGB

 RED value IS 132 (51.95% from 255) = 22.26%

 GREEN value IS 221 (86.72% from 255) = 37.27%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 22.26%
G = 37.27%
B = 40.47%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84DDF0 (or 0x84DDF0) is known color: Sky Blue. HEX triplet: 84, DD and F0. RGB value is (132,221,240). Sum of RGB (Red+Green+Blue) = 132+221+240=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #84DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF0 is #7B220F. Grayscale: #C4C4C4. Windows color (decimal): -8069648 or 15785348. OLE color: 15785348.

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

Color convert

RGB 132 221 240 -
CMYK 0.45 0.08 0 0.06
HSL 190.56º 0.78% 0.73% -
HSV(B) 190.56º 0.45% 0.94% -
XYZ 51.1 62.91 91.89 -
YUV 196.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 132 221 240 0.45 0.08 0 0.06 190.56 0.78 0.73
Hex 84 DD F0 2D 8 0 6 BF 4E 49
Octal 204 335 360 55 10 0 6 277 116 111
Binary 10000100 11011101 11110000 101101 1000 0 110 10111111 1001110 1001001

Color Harmonies of #84DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDF0

Black with #84DDF0

Text Example


Text Example

White with #84DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84DDF0;
 }
 .AnyTagClassName
 {
   color: #84DDF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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