Html Css Color HEX #83A0EB Jordy Blue

📋 copy color: '#83A0EB'

red 131 ◦ green 160 ◦ blue 235

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

Shades of Jordy Blue #83A0EB

Tints of Jordy Blue #83A0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 24.9%
G = 30.42%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83A0EB (or 0x83A0EB) is known color: Jordy Blue. HEX triplet: 83, A0 and EB. RGB value is (131,160,235). Sum of RGB (Red+Green+Blue) = 131+160+235=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #83A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0EB is #7C5F14. Grayscale: #9F9F9F. Windows color (decimal): -8150805 or 15442051. OLE color: 15442051.

HSL color Cylindrical-coordinate representation of color #83A0EB: hue angle of 223.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A0EB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 160 235 -
CMYK 0.44 0.32 0 0.08
HSL 223.27º 0.72% 0.72% -
HSV(B) 223.27º 0.44% 0.92% -
XYZ 36.93 35.97 83.59 -
YUV 159.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 131 160 235 0.44 0.32 0 0.08 223.27 0.72 0.72
Hex 83 A0 EB 2C 20 0 8 DF 48 48
Octal 203 240 353 54 40 0 10 337 110 110
Binary 10000011 10100000 11101011 101100 100000 0 1000 11011111 1001000 1001000

Color Harmonies of #83A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0EB

Black with #83A0EB

Text Example


Text Example

White with #83A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,235); }

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

background-color css

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

 a { background-color: rgb(131,160,235); }

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

border-color css

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

 span { border-color: rgb(131,160,235); }

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