Html Css Color HEX #84ABDA Jordy Blue

📋 copy color: '#84ABDA'

red 132 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #84ABDA

Tints of Jordy Blue #84ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 25.34%
G = 32.82%
B = 41.84%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84ABDA (or 0x84ABDA) is known color: Jordy Blue. HEX triplet: 84, AB and DA. RGB value is (132,171,218). Sum of RGB (Red+Green+Blue) = 132+171+218=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #84ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABDA is #7B5425. Grayscale: #A4A4A4. Windows color (decimal): -8082470 or 14330756. OLE color: 14330756.

HSL color Cylindrical-coordinate representation of color #84ABDA: hue angle of 212.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84ABDA is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 171 218 -
CMYK 0.39 0.22 0 0.15
HSL 212.79º 0.54% 0.69% -
HSV(B) 212.79º 0.39% 0.85% -
XYZ 36.73 39.09 71.94 -
YUV 164.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 132 171 218 0.39 0.22 0 0.15 212.79 0.54 0.69
Hex 84 AB DA 27 16 0 F D5 36 45
Octal 204 253 332 47 26 0 17 325 66 105
Binary 10000100 10101011 11011010 100111 10110 0 1111 11010101 110110 1000101

Color Harmonies of #84ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABDA

Black with #84ABDA

Text Example


Text Example

White with #84ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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