Html Css Color HEX #84D9F0 Sky Blue

📋 copy color: '#84D9F0'

red 132 ◦ green 217 ◦ blue 240

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

Shades of Sky Blue #84D9F0

Tints of Sky Blue #84D9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

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

R = 22.41%
G = 36.84%
B = 40.75%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84D9F0 (or 0x84D9F0) is known color: Sky Blue. HEX triplet: 84, D9 and F0. RGB value is (132,217,240). Sum of RGB (Red+Green+Blue) = 132+217+240=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #84D9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D9F0 is #7B260F. Grayscale: #C2C2C2. Windows color (decimal): -8070672 or 15784324. OLE color: 15784324.

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

Color convert

RGB 132 217 240 -
CMYK 0.45 0.10 0 0.06
HSL 192.78º 0.78% 0.73% -
HSV(B) 192.78º 0.45% 0.94% -
XYZ 50.06 60.82 91.54 -
YUV 194.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 132 217 240 0.45 0.10 0 0.06 192.78 0.78 0.73
Hex 84 D9 F0 2D A 0 6 C1 4E 49
Octal 204 331 360 55 12 0 6 301 116 111
Binary 10000100 11011001 11110000 101101 1010 0 110 11000001 1001110 1001001

Color Harmonies of #84D9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D9F0

Black with #84D9F0

Text Example


Text Example

White with #84D9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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