Html Css Color HEX #84ABEF Jordy Blue

📋 copy color: '#84ABEF'

red 132 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #84ABEF

Tints of Jordy Blue #84ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 24.35%
G = 31.55%
B = 44.1%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84ABEF (or 0x84ABEF) is known color: Jordy Blue. HEX triplet: 84, AB and EF. RGB value is (132,171,239). Sum of RGB (Red+Green+Blue) = 132+171+239=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #84ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABEF is #7B5410. Grayscale: #A6A6A6. Windows color (decimal): -8082449 or 15707012. OLE color: 15707012.

HSL color Cylindrical-coordinate representation of color #84ABEF: hue angle of 218.13º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84ABEF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 171 239 -
CMYK 0.45 0.28 0 0.06
HSL 218.13º 0.77% 0.73% -
HSV(B) 218.13º 0.45% 0.94% -
XYZ 39.66 40.26 87.34 -
YUV 167.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 132 171 239 0.45 0.28 0 0.06 218.13 0.77 0.73
Hex 84 AB EF 2D 1C 0 6 DA 4D 49
Octal 204 253 357 55 34 0 6 332 115 111
Binary 10000100 10101011 11101111 101101 11100 0 110 11011010 1001101 1001001

Color Harmonies of #84ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABEF

Black with #84ABEF

Text Example


Text Example

White with #84ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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