Html Css Color HEX #84AED7 Jordy Blue

📋 copy color: '#84AED7'

red 132 ◦ green 174 ◦ blue 215

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

Shades of Jordy Blue #84AED7

Tints of Jordy Blue #84AED7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 25.34%
G = 33.4%
B = 41.27%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84AED7 (or 0x84AED7) is known color: Jordy Blue. HEX triplet: 84, AE and D7. RGB value is (132,174,215). Sum of RGB (Red+Green+Blue) = 132+174+215=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #84AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AED7 is #7B5128. Grayscale: #A5A5A5. Windows color (decimal): -8081705 or 14134916. OLE color: 14134916.

HSL color Cylindrical-coordinate representation of color #84AED7: hue angle of 209.64º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AED7 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 174 215 -
CMYK 0.39 0.19 0 0.16
HSL 209.64º 0.51% 0.68% -
HSV(B) 209.64º 0.39% 0.84% -
XYZ 36.92 40.08 70.08 -
YUV 166.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 132 174 215 0.39 0.19 0 0.16 209.64 0.51 0.68
Hex 84 AE D7 27 13 0 10 D2 33 44
Octal 204 256 327 47 23 0 20 322 63 104
Binary 10000100 10101110 11010111 100111 10011 0 10000 11010010 110011 1000100

Color Harmonies of #84AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AED7

Black with #84AED7

Text Example


Text Example

White with #84AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,174,215); }

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

background-color css

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

 a { background-color: rgb(132,174,215); }

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

border-color css

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

 span { border-color: rgb(132,174,215); }

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