Html Css Color HEX #84A6E0 Jordy Blue

📋 copy color: '#84A6E0'

red 132 ◦ green 166 ◦ blue 224

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

Shades of Jordy Blue #84A6E0

Tints of Jordy Blue #84A6E0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.8%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 25.29%
G = 31.8%
B = 42.91%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84A6E0 (or 0x84A6E0) is known color: Jordy Blue. HEX triplet: 84, A6 and E0. RGB value is (132,166,224). Sum of RGB (Red+Green+Blue) = 132+166+224=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #84A6E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6E0 is #7B591F. Grayscale: #A2A2A2. Windows color (decimal): -8083744 or 14722692. OLE color: 14722692.

HSL color Cylindrical-coordinate representation of color #84A6E0: hue angle of 217.83º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A6E0 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 166 224 -
CMYK 0.41 0.26 0 0.12
HSL 217.83º 0.6% 0.7% -
HSV(B) 217.83º 0.41% 0.88% -
XYZ 36.61 37.56 75.84 -
YUV 162.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 132 166 224 0.41 0.26 0 0.12 217.83 0.6 0.7
Hex 84 A6 E0 29 1A 0 C DA 3C 46
Octal 204 246 340 51 32 0 14 332 74 106
Binary 10000100 10100110 11100000 101001 11010 0 1100 11011010 111100 1000110

Color Harmonies of #84A6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A6E0

Black with #84A6E0

Text Example


Text Example

White with #84A6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,224); }

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

background-color css

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

 a { background-color: rgb(132,166,224); }

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

border-color css

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

 span { border-color: rgb(132,166,224); }

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