Html Css Color HEX #84DDF2 Sky Blue

📋 copy color: '#84DDF2'

red 132 ◦ green 221 ◦ blue 242

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

Shades of Sky Blue #84DDF2

Tints of Sky Blue #84DDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 22.18%
G = 37.14%
B = 40.67%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84DDF2 (or 0x84DDF2) is known color: Sky Blue. HEX triplet: 84, DD and F2. RGB value is (132,221,242). Sum of RGB (Red+Green+Blue) = 132+221+242=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #84DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF2 is #7B220D. Grayscale: #C4C4C4. Windows color (decimal): -8069646 or 15916420. OLE color: 15916420.

HSL color Cylindrical-coordinate representation of color #84DDF2: hue angle of 191.45º degrees, saturation: 0.81, 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 #84DDF2 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 221 242 -
CMYK 0.45 0.09 0 0.05
HSL 191.45º 0.81% 0.73% -
HSV(B) 191.45º 0.45% 0.95% -
XYZ 51.4 63.03 93.46 -
YUV 196.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 132 221 242 0.45 0.09 0 0.05 191.45 0.81 0.73
Hex 84 DD F2 2D 9 0 5 BF 51 49
Octal 204 335 362 55 11 0 5 277 121 111
Binary 10000100 11011101 11110010 101101 1001 0 101 10111111 1010001 1001001

Color Harmonies of #84DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDF2

Black with #84DDF2

Text Example


Text Example

White with #84DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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