Html Css Color HEX #84AAFF Jordy Blue

📋 copy color: '#84AAFF'

red 132 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #84AAFF

Tints of Jordy Blue #84AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 23.7%
G = 30.52%
B = 45.78%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84AAFF (or 0x84AAFF) is known color: Jordy Blue. HEX triplet: 84, AA and FF. RGB value is (132,170,255). Sum of RGB (Red+Green+Blue) = 132+170+255=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #84AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AAFF is #7B5500. Grayscale: #A7A7A7. Windows color (decimal): -8082689 or 16755332. OLE color: 16755332.

HSL color Cylindrical-coordinate representation of color #84AAFF: hue angle of 221.46º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84AAFF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 170 255 -
CMYK 0.48 0.33 0 0
HSL 221.46º 1% 0.76% -
HSV(B) 221.46º 0.48% 1% -
XYZ 41.94 40.87 100.29 -
YUV 168.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 132 170 255 0.48 0.33 0 0 221.46 1 0.76
Hex 84 AA FF 30 21 0 0 DD 64 4C
Octal 204 252 377 60 41 0 0 335 144 114
Binary 10000100 10101010 11111111 110000 100001 0 0 11011101 1100100 1001100

Color Harmonies of #84AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAFF

Black with #84AAFF

Text Example


Text Example

White with #84AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,170,255); }

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

background-color css

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

 a { background-color: rgb(132,170,255); }

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

border-color css

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

 span { border-color: rgb(132,170,255); }

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