Html Css Color HEX #84D6EF Sky Blue

📋 copy color: '#84D6EF'

red 132 ◦ green 214 ◦ blue 239

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

Shades of Sky Blue #84D6EF

Tints of Sky Blue #84D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 22.56%
G = 36.58%
B = 40.85%

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

#84D6EF (or 0x84D6EF) is known color: Sky Blue. HEX triplet: 84, D6 and EF. RGB value is (132,214,239). Sum of RGB (Red+Green+Blue) = 132+214+239=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #84D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D6EF is #7B2910. Grayscale: #C0C0C0. Windows color (decimal): -8071441 or 15718020. OLE color: 15718020.

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

Color convert

RGB 132 214 239 -
CMYK 0.45 0.10 0 0.06
HSL 194.02º 0.77% 0.73% -
HSV(B) 194.02º 0.45% 0.94% -
XYZ 49.14 59.23 90.5 -
YUV 192.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 132 214 239 0.45 0.10 0 0.06 194.02 0.77 0.73
Hex 84 D6 EF 2D A 0 6 C2 4D 49
Octal 204 326 357 55 12 0 6 302 115 111
Binary 10000100 11010110 11101111 101101 1010 0 110 11000010 1001101 1001001

Color Harmonies of #84D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D6EF

Black with #84D6EF

Text Example


Text Example

White with #84D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,214,239); }

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

background-color css

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

 a { background-color: rgb(132,214,239); }

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

border-color css

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

 span { border-color: rgb(132,214,239); }

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