Html Css Color HEX #84A9FE Jordy Blue

📋 copy color: '#84A9FE'

red 132 ◦ green 169 ◦ blue 254

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

Shades of Jordy Blue #84A9FE

Tints of Jordy Blue #84A9FE

RGB

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

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

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

R = 23.78%
G = 30.45%
B = 45.77%

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

#84A9FE (or 0x84A9FE) is known color: Jordy Blue. HEX triplet: 84, A9 and FE. RGB value is (132,169,254). Sum of RGB (Red+Green+Blue) = 132+169+254=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #84A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A9FE is #7B5601. Grayscale: #A7A7A7. Windows color (decimal): -8082946 or 16689540. OLE color: 16689540.

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

Color convert

RGB 132 169 254 -
CMYK 0.48 0.33 0 0.00
HSL 221.8º 0.98% 0.76% -
HSV(B) 221.8º 0.48% 1% -
XYZ 41.59 40.44 99.38 -
YUV 167.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 132 169 254 0.48 0.33 0 0.00 221.8 0.98 0.76
Hex 84 A9 FE 30 21 0 0 DE 62 4C
Octal 204 251 376 60 41 0 0 336 142 114
Binary 10000100 10101001 11111110 110000 100001 0 0 11011110 1100010 1001100

Color Harmonies of #84A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A9FE

Black with #84A9FE

Text Example


Text Example

White with #84A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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