#83ABE3

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

Shades of Jordy Blue #83ABE3

Tints of Jordy Blue #83ABE3

Color information

#83ABE3 (or 0x83ABE3) is unknown color: approx Jordy Blue. HEX triplet: 83, AB and E3. RGB value is (131,171,227). Sum of RGB (Red+Green+Blue) = 131+171+227=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #83ABE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABE3 is #7C541C. Grayscale: #A5A5A5. Windows color (decimal): -8147997 or 14920579. OLE color: 14920579.

HSL color Cylindrical-coordinate representation of color #83ABE3: hue angle of 215º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83ABE3 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131171227-
CMYK0.420.2500.11
HSL215º63.16%70.2%-
HSV(B)215º42.29%89.02%-
XYZ37.7939.578.31-
YUV165.42162.75103.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.76%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=24.76%
G=32.33%
B=42.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311712270.420.2500.1121563.1670.2
Hex83ABE32A190Bd73f46
Octal203253343523101332777106
Binary1000001110101011111000111010101100101011110101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,171,227); }

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

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

 a { background-color: rgb(131,171,227); }

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

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

 span { border-color: rgb(131,171,227); }

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