Html Css Color HEX #84DCF2 Sky Blue

📋 copy color: '#84DCF2'

red 132 ◦ green 220 ◦ blue 242

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

Shades of Sky Blue #84DCF2

Tints of Sky Blue #84DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 22.22%
G = 37.04%
B = 40.74%

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

#84DCF2 (or 0x84DCF2) is known color: Sky Blue. HEX triplet: 84, DC and F2. RGB value is (132,220,242). Sum of RGB (Red+Green+Blue) = 132+220+242=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #84DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCF2 is #7B230D. Grayscale: #C4C4C4. Windows color (decimal): -8069902 or 15916164. OLE color: 15916164.

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

Color convert

RGB 132 220 242 -
CMYK 0.45 0.09 0 0.05
HSL 192º 0.81% 0.73% -
HSV(B) 192º 0.45% 0.95% -
XYZ 51.14 62.5 93.37 -
YUV 196.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 132 220 242 0.45 0.09 0 0.05 192 0.81 0.73
Hex 84 DC F2 2D 9 0 5 C0 51 49
Octal 204 334 362 55 11 0 5 300 121 111
Binary 10000100 11011100 11110010 101101 1001 0 101 11000000 1010001 1001001

Color Harmonies of #84DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCF2

Black with #84DCF2

Text Example


Text Example

White with #84DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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