Html Css Color HEX #84B8DC Jordy Blue

📋 copy color: '#84B8DC'

red 132 ◦ green 184 ◦ blue 220

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

Shades of Jordy Blue #84B8DC

Tints of Jordy Blue #84B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 24.63%
G = 34.33%
B = 41.04%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84B8DC (or 0x84B8DC) is known color: Jordy Blue. HEX triplet: 84, B8 and DC. RGB value is (132,184,220). Sum of RGB (Red+Green+Blue) = 132+184+220=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8DC is #7B4723. Grayscale: #ACACAC. Windows color (decimal): -8079140 or 14465156. OLE color: 14465156.

HSL color Cylindrical-coordinate representation of color #84B8DC: hue angle of 204.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B8DC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 184 220 -
CMYK 0.40 0.16 0 0.14
HSL 204.55º 0.56% 0.69% -
HSV(B) 204.55º 0.4% 0.86% -
XYZ 39.57 44.35 74.19 -
YUV 172.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 132 184 220 0.40 0.16 0 0.14 204.55 0.56 0.69
Hex 84 B8 DC 28 10 0 E CD 38 45
Octal 204 270 334 50 20 0 16 315 70 105
Binary 10000100 10111000 11011100 101000 10000 0 1110 11001101 111000 1000101

Color Harmonies of #84B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B8DC

Black with #84B8DC

Text Example


Text Example

White with #84B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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