#83A8DB

Color #83A8DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #83A8DB

Tints of Jordy Blue #83A8DB

Color information

#83A8DB (or 0x83A8DB) is unknown color: approx Jordy Blue. HEX triplet: 83, A8 and DB. RGB value is (131,168,219). Sum of RGB (Red+Green+Blue) = 131+168+219=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #83A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8DB is #7C5724. Grayscale: #A2A2A2. Windows color (decimal): -8148773 or 14395523. OLE color: 14395523.

HSL color Cylindrical-coordinate representation of color #83A8DB: hue angle of 214.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A8DB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131168219-
CMYK0.400.2300.14
HSL214.77º55%68.63%-
HSV(B)214.77º40.18%85.88%-
XYZ36.1537.9572.44-
YUV162.75159.74105.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.29%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=25.29%
G=32.43%
B=42.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311682190.400.2300.14214.775568.63
Hex83A8DB28170Ed73745
Octal203250333502701632767105
Binary1000001110101000110110111010001011101110110101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,168,219); }

 H1.HeaderClassName
 {
   color: #83A8DB;
 }
 .AnyTagClassName
 {
   color: #83A8DB;
 }
</style>
background-color css

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

 a { background-color: rgb(131,168,219); }

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

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

 span { border-color: rgb(131,168,219); }

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