Html Css Color HEX #83AADA Jordy Blue

📋 copy color: '#83AADA'

red 131 ◦ green 170 ◦ blue 218

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

Shades of Jordy Blue #83AADA

Tints of Jordy Blue #83AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 25.24%
G = 32.76%
B = 42%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83AADA (or 0x83AADA) is known color: Jordy Blue. HEX triplet: 83, AA and DA. RGB value is (131,170,218). Sum of RGB (Red+Green+Blue) = 131+170+218=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #83AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADA is #7C5525. Grayscale: #A3A3A3. Windows color (decimal): -8148262 or 14330499. OLE color: 14330499.

HSL color Cylindrical-coordinate representation of color #83AADA: hue angle of 213.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83AADA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 170 218 -
CMYK 0.40 0.22 0 0.15
HSL 213.1º 0.54% 0.68% -
HSV(B) 213.1º 0.4% 0.85% -
XYZ 36.39 38.64 71.87 -
YUV 163.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 131 170 218 0.40 0.22 0 0.15 213.1 0.54 0.68
Hex 83 AA DA 28 16 0 F D5 36 44
Octal 203 252 332 50 26 0 17 325 66 104
Binary 10000011 10101010 11011010 101000 10110 0 1111 11010101 110110 1000100

Color Harmonies of #83AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AADA

Black with #83AADA

Text Example


Text Example

White with #83AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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