Html Css Color HEX #84AAFE Jordy Blue

📋 copy color: '#84AAFE'

red 132 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #84AAFE

Tints of Jordy Blue #84AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 23.74%
G = 30.58%
B = 45.68%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84AAFE (or 0x84AAFE) is known color: Jordy Blue. HEX triplet: 84, AA and FE. RGB value is (132,170,254). Sum of RGB (Red+Green+Blue) = 132+170+254=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #84AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AAFE is #7B5501. Grayscale: #A7A7A7. Windows color (decimal): -8082690 or 16689796. OLE color: 16689796.

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

Color convert

RGB 132 170 254 -
CMYK 0.48 0.33 0 0.00
HSL 221.31º 0.98% 0.76% -
HSV(B) 221.31º 0.48% 1% -
XYZ 41.78 40.81 99.44 -
YUV 168.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 132 170 254 0.48 0.33 0 0.00 221.31 0.98 0.76
Hex 84 AA FE 30 21 0 0 DD 62 4C
Octal 204 252 376 60 41 0 0 335 142 114
Binary 10000100 10101010 11111110 110000 100001 0 0 11011101 1100010 1001100

Color Harmonies of #84AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAFE

Black with #84AAFE

Text Example


Text Example

White with #84AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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