Html Css Color HEX #84A8FE Jordy Blue

📋 copy color: '#84A8FE'

red 132 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #84A8FE

Tints of Jordy Blue #84A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

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

R = 23.83%
G = 30.32%
B = 45.85%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84A8FE (or 0x84A8FE) is known color: Jordy Blue. HEX triplet: 84, A8 and FE. RGB value is (132,168,254). Sum of RGB (Red+Green+Blue) = 132+168+254=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #84A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A8FE is #7B5701. Grayscale: #A6A6A6. Windows color (decimal): -8083202 or 16689284. OLE color: 16689284.

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

Color convert

RGB 132 168 254 -
CMYK 0.48 0.34 0 0.00
HSL 222.3º 0.98% 0.76% -
HSV(B) 222.3º 0.48% 1% -
XYZ 41.41 40.07 99.32 -
YUV 167.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 132 168 254 0.48 0.34 0 0.00 222.3 0.98 0.76
Hex 84 A8 FE 30 22 0 0 DE 62 4C
Octal 204 250 376 60 42 0 0 336 142 114
Binary 10000100 10101000 11111110 110000 100010 0 0 11011110 1100010 1001100

Color Harmonies of #84A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A8FE

Black with #84A8FE

Text Example


Text Example

White with #84A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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