Html Css Color HEX #84ACDD Jordy Blue

📋 copy color: '#84ACDD'

red 132 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #84ACDD

Tints of Jordy Blue #84ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.76%

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

R = 25.14%
G = 32.76%
B = 42.1%

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

#84ACDD (or 0x84ACDD) is known color: Jordy Blue. HEX triplet: 84, AC and DD. RGB value is (132,172,221). Sum of RGB (Red+Green+Blue) = 132+172+221=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #84ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACDD is #7B5322. Grayscale: #A5A5A5. Windows color (decimal): -8082211 or 14527620. OLE color: 14527620.

HSL color Cylindrical-coordinate representation of color #84ACDD: hue angle of 213.03º 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 #84ACDD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 172 221 -
CMYK 0.40 0.22 0 0.13
HSL 213.03º 0.57% 0.69% -
HSV(B) 213.03º 0.4% 0.87% -
XYZ 37.32 39.63 74.09 -
YUV 165.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 132 172 221 0.40 0.22 0 0.13 213.03 0.57 0.69
Hex 84 AC DD 28 16 0 D D5 39 45
Octal 204 254 335 50 26 0 15 325 71 105
Binary 10000100 10101100 11011101 101000 10110 0 1101 11010101 111001 1000101

Color Harmonies of #84ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACDD

Black with #84ACDD

Text Example


Text Example

White with #84ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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