Html Css Color HEX #84ABDC Jordy Blue

📋 copy color: '#84ABDC'

red 132 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #84ABDC

Tints of Jordy Blue #84ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

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

R = 25.24%
G = 32.7%
B = 42.07%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84ABDC (or 0x84ABDC) is known color: Jordy Blue. HEX triplet: 84, AB and DC. RGB value is (132,171,220). Sum of RGB (Red+Green+Blue) = 132+171+220=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #84ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABDC is #7B5423. Grayscale: #A4A4A4. Windows color (decimal): -8082468 or 14461828. OLE color: 14461828.

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

Color convert

RGB 132 171 220 -
CMYK 0.40 0.22 0 0.14
HSL 213.41º 0.56% 0.69% -
HSV(B) 213.41º 0.4% 0.86% -
XYZ 37 39.2 73.33 -
YUV 164.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 132 171 220 0.40 0.22 0 0.14 213.41 0.56 0.69
Hex 84 AB DC 28 16 0 E D5 38 45
Octal 204 253 334 50 26 0 16 325 70 105
Binary 10000100 10101011 11011100 101000 10110 0 1110 11010101 111000 1000101

Color Harmonies of #84ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABDC

Black with #84ABDC

Text Example


Text Example

White with #84ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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