Html Css Color HEX #83AADE Jordy Blue

📋 copy color: '#83AADE'

red 131 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #83AADE

Tints of Jordy Blue #83AADE

RGB

 RED value IS 131 (51.56% from 255) = 25.05%

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 25.05%
G = 32.5%
B = 42.45%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83AADE (or 0x83AADE) is known color: Jordy Blue. HEX triplet: 83, AA and DE. RGB value is (131,170,222). Sum of RGB (Red+Green+Blue) = 131+170+222=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #83AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADE is #7C5521. Grayscale: #A4A4A4. Windows color (decimal): -8148258 or 14592643. OLE color: 14592643.

HSL color Cylindrical-coordinate representation of color #83AADE: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AADE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 170 222 -
CMYK 0.41 0.23 0 0.13
HSL 214.29º 0.58% 0.69% -
HSV(B) 214.29º 0.41% 0.87% -
XYZ 36.92 38.85 74.66 -
YUV 164.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 131 170 222 0.41 0.23 0 0.13 214.29 0.58 0.69
Hex 83 AA DE 29 17 0 D D6 3A 45
Octal 203 252 336 51 27 0 15 326 72 105
Binary 10000011 10101010 11011110 101001 10111 0 1101 11010110 111010 1000101

Color Harmonies of #83AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AADE

Black with #83AADE

Text Example


Text Example

White with #83AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AADE; }

 p { color: rgb(131,170,222); }

 H1.HeaderClassName
 {
   color: #83AADE;
 }
 .AnyTagClassName
 {
   color: #83AADE;
 }
</style>

background-color css

<style>
 a { background-color: #83AADE; }

 a { background-color: rgb(131,170,222); }

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

border-color css

<style>
 span { border-color: #83AADE; }

 span { border-color: rgb(131,170,222); }

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