Html Css Color HEX #84ADDD Jordy Blue

📋 copy color: '#84ADDD'

red 132 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #84ADDD

Tints of Jordy Blue #84ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 25.1%
G = 32.89%
B = 42.02%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84ADDD (or 0x84ADDD) is known color: Jordy Blue. HEX triplet: 84, AD and DD. RGB value is (132,173,221). Sum of RGB (Red+Green+Blue) = 132+173+221=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #84ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDD is #7B5222. Grayscale: #A5A5A5. Windows color (decimal): -8081955 or 14527876. OLE color: 14527876.

HSL color Cylindrical-coordinate representation of color #84ADDD: hue angle of 212.36º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84ADDD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 173 221 -
CMYK 0.40 0.22 0 0.13
HSL 212.36º 0.57% 0.69% -
HSV(B) 212.36º 0.4% 0.87% -
XYZ 37.51 40.01 74.15 -
YUV 166.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 132 173 221 0.40 0.22 0 0.13 212.36 0.57 0.69
Hex 84 AD DD 28 16 0 D D4 39 45
Octal 204 255 335 50 26 0 15 324 71 105
Binary 10000100 10101101 11011101 101000 10110 0 1101 11010100 111001 1000101

Color Harmonies of #84ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADDD

Black with #84ADDD

Text Example


Text Example

White with #84ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,221); }

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

background-color css

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

 a { background-color: rgb(132,173,221); }

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

border-color css

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

 span { border-color: rgb(132,173,221); }

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