Html Css Color HEX #84D7F4 Sky Blue

📋 copy color: '#84D7F4'

red 132 ◦ green 215 ◦ blue 244

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

Shades of Sky Blue #84D7F4

Tints of Sky Blue #84D7F4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 244 (95.7% from 255) = 41.29%

R = 22.34%
G = 36.38%
B = 41.29%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#84D7F4 (or 0x84D7F4) is known color: Sky Blue. HEX triplet: 84, D7 and F4. RGB value is (132,215,244). Sum of RGB (Red+Green+Blue) = 132+215+244=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #84D7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D7F4 is #7B280B. Grayscale: #C1C1C1. Windows color (decimal): -8071180 or 16045956. OLE color: 16045956.

HSL color Cylindrical-coordinate representation of color #84D7F4: hue angle of 195.54º 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 #84D7F4 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 215 244 -
CMYK 0.46 0.12 0 0.04
HSL 195.54º 0.84% 0.74% -
HSV(B) 195.54º 0.46% 0.96% -
XYZ 50.15 60.04 94.53 -
YUV 193.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 132 215 244 0.46 0.12 0 0.04 195.54 0.84 0.74
Hex 84 D7 F4 2E C 0 4 C4 54 4A
Octal 204 327 364 56 14 0 4 304 124 112
Binary 10000100 11010111 11110100 101110 1100 0 100 11000100 1010100 1001010

Color Harmonies of #84D7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D7F4

Black with #84D7F4

Text Example


Text Example

White with #84D7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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