Html Css Color HEX #84A9FF Jordy Blue

📋 copy color: '#84A9FF'

red 132 ◦ green 169 ◦ blue 255

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

Shades of Jordy Blue #84A9FF

Tints of Jordy Blue #84A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

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

R = 23.74%
G = 30.4%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84A9FF (or 0x84A9FF) is known color: Jordy Blue. HEX triplet: 84, A9 and FF. RGB value is (132,169,255). Sum of RGB (Red+Green+Blue) = 132+169+255=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A9FF is #7B5600. Grayscale: #A7A7A7. Windows color (decimal): -8082945 or 16755076. OLE color: 16755076.

HSL color Cylindrical-coordinate representation of color #84A9FF: hue angle of 221.95º 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 #84A9FF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 169 255 -
CMYK 0.48 0.34 0 0
HSL 221.95º 1% 0.76% -
HSV(B) 221.95º 0.48% 1% -
XYZ 41.75 40.5 100.22 -
YUV 167.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 132 169 255 0.48 0.34 0 0 221.95 1 0.76
Hex 84 A9 FF 30 22 0 0 DE 64 4C
Octal 204 251 377 60 42 0 0 336 144 114
Binary 10000100 10101001 11111111 110000 100010 0 0 11011110 1100100 1001100

Color Harmonies of #84A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A9FF

Black with #84A9FF

Text Example


Text Example

White with #84A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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